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
Draft
from a JSON Schema. - draft_
from_ url - Get the
Draft
from a JSON Schema URL.