Allows user to add other schema properties that have not yet been officially added to the SDK.
InternalStaticanyStaticarrayStaticbooleanOptionalbooleanParams: SchemaParamsStaticenumStaticintegerOptionalintegerParams: SchemaParamsStaticnumberOptionalnumberParams: SchemaParamsStaticobjectStaticstringOptionalstringParams: SchemaParamsOptionaldescriptionOptional. The description of the property.
OptionalexampleOptional. The example of the property.
OptionalformatOptional. The format of the property.
Supported formats:
OptionalitemsOptional. The items of the property.
OptionalmaxThe maximum number of items (elements) in a schema of type SchemaType.ARRAY.
OptionalminThe minimum number of items (elements) in a schema of type SchemaType.ARRAY.
Optional. Whether the property is nullable. Defaults to false.
OptionaltypeOptional. The type of the property.
This can only be undefined when using anyOf schemas, which do not have an
explicit type in the OpenAPI specification.
Schema class representing a value that can conform to any of the provided sub-schemas. This is useful when a field can accept multiple distinct types or structures.