cedar_policy::ffi

Function check_parse_schema_json

Source
pub fn check_parse_schema_json(json: Value) -> Result<Value, Error>
Expand description

Check whether a schema successfully parses. Input is a JSON encoding of Schema and output is a JSON encoding of CheckParseAnswer.

ยงErrors

Will return Err if the input JSON cannot be deserialized as a Schema.