types
Type definitions for JSON Schema elements.
SchemaProperty
SchemaProperty (name:str, schema:Dict[str,Any], required:bool=False, value:Any=None)
Represents a single property in a JSON Schema.
SchemaProperty (name:str, schema:Dict[str,Any], required:bool=False, value:Any=None)
Represents a single property in a JSON Schema.