dns-records_dns-record-post

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dns-records-dns-record-post-schema.json Raw ↑
{
  "$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"
}