diff options
Diffstat (limited to 'designate/resources/schemas/v2/tsigkeys.json')
-rw-r--r-- | designate/resources/schemas/v2/tsigkeys.json | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/designate/resources/schemas/v2/tsigkeys.json b/designate/resources/schemas/v2/tsigkeys.json deleted file mode 100644 index 7315613b..00000000 --- a/designate/resources/schemas/v2/tsigkeys.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-04/hyper-schema", - - "id": "tsigkey", - - "title": "tsigkey", - "description": "TSIG Key", - "additionalProperties": false, - - "required": ["tsigkeys"], - - "properties": { - "tsigkeys": { - "type": "array", - "description": "TSIG Key", - "items": {"$ref": "tsigkey#/properties/tsigkey"} - }, - "links": { - "type": "object", - "additionalProperties": false, - - "properties": { - "self": { - "type": "string", - "format": "url" - }, - "next": { - "type": ["string", "null"], - "format": "url" - }, - "previous": { - "type": ["string", "null"], - "format": "url" - } - } - } - } -} |