json_schema.schema_dot library
Functionality to create Graphviz input dot file from schema
Classes
- SchemaNode
- Represents one node in the schema diagram
Functions
-
createDot(
JsonSchema schema) → String -
Return a dot specification for
schema
@Deprecated('This functionality is not maintained, is untested, and may be removed in a future release.')