node-blaze
Version:
Bindings to blaze, high-performance C++ JSON Schema validator
27 lines (26 loc) • 506 B
JSON
{
"$schema": "../test-suite.schema.json",
"description": "The format vocabulary",
"suite": [
{
"description": "`format` is an annotation",
"schema": {
"format": "email"
},
"tests": [
{
"instance": "foo@bar.com",
"assertions": [
{
"location": "",
"keyword": "format",
"expected": {
"#": "email"
}
}
]
}
]
}
]
}