Skip to content

Commit 2272e08

Browse files
OAS Update
1 parent 71738c6 commit 2272e08

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

services/ske/v1/ske.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,13 +228,37 @@
228228
},
229229
"type": "object"
230230
},
231+
"DNS": {
232+
"properties": {
233+
"enabled": {
234+
"description": "Enables the dns extension.",
235+
"type": "boolean"
236+
},
237+
"zones": {
238+
"description": "Array of DNS zones for external DNS.",
239+
"items": {
240+
"pattern": "^(([a-z0-9]|[a-z0-9][a-z0-9\\-]*[a-z0-9])\\.)*([a-z0-9]|[a-z0-9][a-z0-9\\-]*[a-z0-9])\\.?$",
241+
"type": "string"
242+
},
243+
"maxItems": 20,
244+
"type": "array"
245+
}
246+
},
247+
"required": [
248+
"enabled"
249+
],
250+
"type": "object"
251+
},
231252
"Extension": {
232253
"properties": {
233254
"acl": {
234255
"$ref": "#/components/schemas/ACL"
235256
},
236257
"argus": {
237258
"$ref": "#/components/schemas/Argus"
259+
},
260+
"dns": {
261+
"$ref": "#/components/schemas/DNS"
238262
}
239263
},
240264
"type": "object"

0 commit comments

Comments
 (0)