{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dns-records_dns-record-post", "title": "dns-records_dns-record-post", "allOf": [ { "$ref": "#/components/schemas/dns-records_dns-record" } ], "required": [ "name", "type", "content", "data" ], "type": "object" }