UmpireCross-language conformance
JSON Schema + fixtures for portable validation rules
JSON Schema + fixtures for portable validation rules
The canonical JSON Schema (draft-07) for .umpire.json files. Available at https://spec.umpire.tools/umpire.schema.json.
Editors that integrate with SchemaStore pick this up automatically for files named *.umpire.json. You can also configure it manually:
{
"json.schemas": [
{
"fileMatch": ["*.umpire.json"],
"url": "https://spec.umpire.tools/umpire.schema.json"
}
]
}