Expand description
Implementations of the different drafts of JSON schema.
Enums§
- Draft
- The validator can validate JSON data against different versions of JSON Schema.
Functions§
- draft_
from_ schema - Get the
Draftfrom a JSON Schema. - draft_
from_ url - Get the
Draftfrom a JSON Schema URL.