JsonSchema
The Schema Object allows the definition of input and output data types. These types can be objects, but also primitives and arrays. This object is an extended subset of the JSON Schema Specification Wright Draft 00. For more information about the properties, see JSON Schema Core and JSON Schema Validation. Unless stated otherwise, the property definitions follow the JSON Schema.
Constructors
Types
Sets additionalProperties to true or false. Use AdditionalPropertiesRef if you need to define a schema for additional properties.
Defines the schema for any additional properties not explicitly listed in properties.
deprecated
description
Configures polymorphism using a discriminator property and optional explicit mappings.
$id
Skips the property from the inferred JSON schema model
maxProperties
minProperties
multipleOf
readOnly
Represents a sealed interface for defining schema types in a JSON structure.
uniqueItems
writeOnly
Properties
Unlike JSON Schema, this value MUST conform to the defined type for this parameter.