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:
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.
Optional. The type of the property. SchemaType.
Schema class for "object" types. The
propertiesparam must be a map ofSchemaobjects.