designate/moniker/resources/schemas/v1/records.json
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
362 B
JSON

{
"id": "/schemas/records",
"$schema": "http://json-schema.org/draft-03/hyper-schema",
"title": "records",
"description": "Records",
"additionalProperties": false,
"properties": {
"records": {
"type": "array",
"description": "Records",
"items": {"$ref": "/schemas/record"}
}
}
}