pub fn validate_schema(input: &str) -> Result<Schema, SchemaError>Expand description
Validate a schema string and return the validated schema.
pub fn validate_schema(input: &str) -> Result<Schema, SchemaError>Validate a schema string and return the validated schema.