pub fn parse_schema(text: &str) -> Result<SchemaNode<'_>, ParseError<'_>>
Expand description

Parses the given text representation into a tree of SchemaNodes