CNAME Record

APIs.ioEngineeringPlatform

Properties

Name Type Description
content string A valid hostname. Must not match the record's name.
type string Record type.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dns-records-cnamerecord-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dns-records_CNAMERecord",
  "title": "CNAME Record",
  "properties": {
    "content": {
      "description": "A valid hostname. Must not match the record's name.",
      "type": "string"
    },
    "type": {
      "description": "Record type.",
      "enum": [
        "CNAME"
      ],
      "example": "CNAME",
      "type": "string"
    }
  },
  "type": "object"
}