JsonSchemaOptions
Index
Properties
optionalallowIntersection
optionalconnections
optionaldereference
If true, the schema will be dereferenced if the root node is a reference.
optionaldocument
optionalexportAllSymbols
optionaloptionalNullable
If true, all non-required fields will also be allowed to be null
optionalreferences
optionalstrict
Toggles whether additional properties should be allowed by default on objects. (is used when no additionalProperties is set on the schema)
If true, intersection types are being calculated from the
allOf
clause.