{ "id":"/axapi/v3/dnssec/ds", "type":"object", "node-type":"scalar", "title":"ds", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Delegation Signer(DS) Resource Records of child zones", "properties":{ "ds-delete":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Delete the DS file", "optional":true }, "zone-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"DNS zone name of the child zone", "optional":true } } }