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