kata/json_schema

Values

pub fn ast_to_json_string(node: ast.Ast) -> String

Convert an AST node to a JSON Schema string

pub fn to_json_schema(schema: schema.Schema(a)) -> String

Convert a Schema to a JSON Schema Draft 7 string

Search Document