Allows user to add other schema properties that have not yet been officially added to the SDK.
InternalStaticarrayStaticbooleanOptionalbooleanParams: SchemaParamsStaticenumStaticintegerOptionalintegerParams: SchemaParamsStaticnumberOptionalnumberParams: SchemaParamsStaticobjectStaticstringOptionalstringParams: SchemaParamsOptionaldescriptionOptional. The description of the property.
OptionalexampleOptional. The example of the property.
OptionalformatOptional. The format of the property.
Supported formats:
Optional. 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.
Optional. The type of the property. SchemaType.
Schema class for "array" types. The
itemsparam should refer to the type of item that can be a member of the array.