Expand description
Utility functions for JSON schema processing
Constantsยง
- SCHEMA_
VERSION ๐ - JSON schema version
Staticsยง
- OPENAPI_
SPEC ๐ - Get the
OpenAPI
specification
Functionsยง
- extract_
json_ ๐schema_ for - Extract a JSON schema from
schema_name
- extract_
ref ๐ - Extract the reference parts from a $ref string
- get_
nested_ ๐value - Get the nested value from a JSON object.
- merge_
json ๐ - Merge 2 JSON objects.
- update_
refs ๐ - Function to resolve a
$ref
in the JSON schema