File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 228
228
},
229
229
"type" : " object"
230
230
},
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
+ },
231
252
"Extension" : {
232
253
"properties" : {
233
254
"acl" : {
234
255
"$ref" : " #/components/schemas/ACL"
235
256
},
236
257
"argus" : {
237
258
"$ref" : " #/components/schemas/Argus"
259
+ },
260
+ "dns" : {
261
+ "$ref" : " #/components/schemas/DNS"
238
262
}
239
263
},
240
264
"type" : " object"
You can’t perform that action at this time.
0 commit comments