types

Type definitions for JSON Schema elements.

source

SchemaProperty

 SchemaProperty (name:str, schema:Dict[str,Any], required:bool=False,
                 value:Any=None)

Represents a single property in a JSON Schema.