blob: b0c89003cc5796d9daf7ac36de7c2f196d20d4ec [file] [log] [blame]
{
"$schema": "../test-suite.schema.json",
"description": "Unknown keywords",
"suite": [
{
"description": "`unknownKeyword` is an annotation",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"x-unknownKeyword": "Foo"
},
"tests": [
{
"instance": 42,
"assertions": [
{
"location": "",
"keyword": "x-unknownKeyword",
"expected": {
"#": "Foo"
}
}
]
}
]
}
]
}