A resource of the “Domain” type represents a domain name defined in http://tools.ietf.org/html/rfc1035.
The Domain type schema: download
{
"apsVersion": "2.0",
"name": "Domain",
"id": "http://aps-standard.org/types/dns/domain/1.0",
"properties": {
"name": {
"type": "string",
"required": true
}
}
}