pub fn parse_catalog_value(value: Value) -> Result<Catalog, Error>
Parse a catalog from a serde_json::Value.
serde_json::Value
Returns an error if the value does not match the expected catalog schema.