blob: 425b8f990d2a56efeef2ec0486605b0952b4d555 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "object",
"properties": {
"ID": {
"type": "string"
}
},
"required": [
"ID"
]
},
"additionalProperties": false
}