{
"type": "object",
"properties": {
"Type": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The RFC 1035 record type. Possible values: CNAME, A, MX."
}
]
},
"Hostname": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The DNS hostname.- For example, domain.example.com."
}
]
},
"Value": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The value returned by the DNS for a query to that hostname and record type."
}
]
}
},
"description": "A DNS record uploaded to your DNS provider.",
"$schema": "https://json-structure.org/meta/core/v0/#",
"name": "DnsRecord",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-dns-record-structure.json"
}