{ "id":"/axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-record/{type}", "type":"object", "node-type":"list", "title":"dns-record", "partition-visibility":"shared", "description":"Specify DNS Record", "properties":{ "type":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Specify DNS Type", "optional":false }, "data":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":512, "partition-visibility":"shared", "description":"Specify DNS Data", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "type" ], "required":[ "type" ] }