module

AtaValidator::Native

Class methods

compile(schema_json : String) : LibAta::AtaSchema
Source
error_message(index : UInt64) : String
Source
error_path(index : UInt64) : String
Source
schema_free(schema : LibAta::AtaSchema)
Source
validate(schema : LibAta::AtaSchema, json : String) : LibAta::AtaResult
Source
validate_oneshot(schema_json : String, json : String) : LibAta::AtaResult
Source
version
Source