{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "DnsRecord", "type": "object", "properties": { "id": { "type": "string" }, "zone_id": { "type": "string" }, "zone_name": { "type": "string" }, "name": { "type": "string" }, "content": { "type": "string" }, "ttl": { "type": "integer" }, "proxied": { "type": "boolean" }, "proxiable": { "type": "boolean" }, "locked": { "type": "boolean" }, "comment": { "type": "string" }, "tags": { "type": "array" }, "created_on": { "type": "string" }, "modified_on": { "type": "string" } } }