json_schema v0.1.0 JsonSchema.Parser.Util View Source

A module containing utility functions for JSON schema parsers.

Link to this section Summary

Functions

Creates a new type dictionary based on the given type definition and an optional ID

Returns a list of type paths when given a type dictionary

Parse a list of JSON schema objects that have a child relation to another schema object with the specified parent_id

Link to this section Types

Link to this section Functions

Creates a new type dictionary based on the given type definition and an optional ID.

Returns a list of type paths when given a type dictionary.

Link to this function parse_child_types(child_nodes, parent_id, path) View Source

Parse a list of JSON schema objects that have a child relation to another schema object with the specified parent_id.