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 - Extracts a JSON schema definition from the
OpenAPI
JSON definition of our service by theschema_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