Optional
baseOptional
constIf true
then JSONSchema.const is rendered as JSONSchema.enum with a single element.
Optional
definitionsThe mapping from the definition name to a shape that is converted to the JSON schema.
Optional
definitionsThe key under which the definitions are stored.
Optional
dialectThe schema dialect placed in JSONSchema.$schema
. By default, no dialect is added.
Optional
postprocessCalled for each schema after it is generated.
Optional
unusedIf true
then definitions from definitions
that aren't referenced, are still rendered under
definitionsKey
. Otherwise, those definitions aren't rendered.
The schema base path.