blob: 3581fbfca9b3551ca14725c196a916611ffc17e6 [file] [log] [blame] [edit]
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"instance": {
"markdownDescription": "The JSON instance to be annotated."
},
"assertions": {
"markdownDescription": "A collection of assertions that must be true for the test to pass.",
"type": "array",
"items": { "$ref": "./assertion.schema.json" }
}
},
"required": ["instance", "assertions"]
}