Optional
defaultDefault value.
Optional
deprecatedWhether the type is deprecated or not.
Optional
descriptionDetailed description of the schema.
Optional
enumEnumeration values.
Optional
exampleExample value.
Optional
examplesList of example values as key-value pairs.
Optional
exclusiveExclusive maximum value restriction.
For reference, even though your Swagger (or OpenAPI) document has
defined the exclusiveMaximum
value as number
, OpenAiComposer
forcibly converts it to boolean
type, and assign the numeric value to
the maximum property.
Optional
exclusiveExclusive minimum value restriction.
For reference, even though your Swagger (or OpenAPI) document has
defined the exclusiveMinimum
value as number
, OpenAiComposer
forcibly converts it to boolean
type, and assign the numeric value to
the minimum property.
Optional
maximumMaximum value restriction.
Optional
minimumMinimum value restriction.
Optional
multipleMultiple of value restriction.
Optional
nullableWhether to allow null
value or not.
Optional
titleTitle of the schema.
Discriminator value of the type.
Number type schema info.