blob: d8cf9a7af1e36610b3dc9fcdd54c3bfd64336cb0 [file] [log] [blame]
{
"$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"
}
}
]
}
]
}
]
}