Skip to main content

Crate jsonschema_schema

Crate jsonschema_schema 

Source

Structs§

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.

Enums§

SchemaValue
A JSON Schema value — either a boolean schema or an object schema.
TypeValue
JSON Schema type keyword — single type string or union array.

Functions§

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.