Expand description
Utility functions for JSON schema processing
Constantsยง
- SCHEMA_
VERSION ๐JSON schema version
Staticsยง
- OPENAPI_
SPEC ๐Get theOpenAPI
specification
Functionsยง
- 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