blob: 70e1416fb44be60d8f1f88dfc7d886023c253b3e [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"patternProperties": {
"^.+$": {
"type": "object",
"patternProperties": {
"^.+$": {
"type": "object",
"properties": {
"eval": {
"type": [
"string",
"array",
"object"
]
},
"expect": {
"type": [
"string",
"object"
]
},
"keys": {
"type": [
"array"
]
},
"information": {
"type": "object"
}
},
"required": [
"eval"
],
"additionalProperties": false
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}