Skip to main contentCrate jsonschema_schema
Source - ExtDocs
- ExtLinks
- LintelExt
- Lintel extension (
x-lintel). - Schema
- A JSON Schema object (draft 2020-12).
- TaploSchemaExt
- Taplo JSON Schema extension (
x-taplo).
Compatible with taplo-common’s TaploSchemaExt.
- SchemaValue
- A JSON Schema value — either a boolean schema or an object schema.
- TypeValue
- JSON Schema
type keyword — single type string or union array.
- navigate_pointer
- Walk a JSON Pointer path through a schema, resolving
$ref at each step. - ref_name
- Extract the trailing name from a
$ref path (e.g. "#/$defs/Foo" -> "Foo"). - resolve_ref
- Resolve a
$ref within the same schema document.