Kiall Mac Innes 4a1eb8b1b9 Ensure API calls fail when junk/unexpected properties are supplied
Change-Id: I27e621df073c51804ca230b4b328bb66c0790676
2013-04-29 14:00:48 +01:00

18 lines
370 B
JSON

{
"id": "/schemas/tsigkeys",
"$schema": "http://json-schema.org/draft-03/hyper-schema",
"title": "tsigkeys",
"description": "TSIG Keys",
"additionalProperties": false,
"properties": {
"tsigkeys": {
"type": "array",
"description": "TSIG Keys",
"items": {"$ref": "/schemas/tsigkey"}
}
}
}