removedOutput schema / properties / data / properties
Removed value: -{
- "auto_renew_flag": {
- "description": "True only when the registry publishes the auto renew period status. RDAP does not otherwise expose auto-renew, so null means unknown rather than off.",
- "type": [
- "boolean",
- "null"
- ]
- },
- "availability_note": {
- "description": "Set only when the registry has no record; explains that this is strong evidence of availability but not an authoritative EPP check.",
- "type": [
- "string",
- "null"
- ]
- },
- "bootstrap_suffix": {
- "description": "Suffix that matched in the IANA RDAP bootstrap (RFC 9224 longest-suffix rule) and so selected rdap_server. Usually the same as tld, but it can be longer where IANA publishes a multi-label entry.",
- "type": "string"
- },
- "days_until_expiry": {
- "description": "Whole days from now to expires_at, floored; negative when already past expiry.",
- "type": [
- "integer",
- "null"
- ]
- },
- "dnssec_signed": {
- "description": "Registry DNSSEC delegation flag (secureDNS.delegationSigned); null when the registry omits it.",
- "type": [
- "boolean",
- "null"
- ]
- },
- "domain": {
- "description": "ASCII (punycode) domain name as recorded by the registry.",
- "type": "string"
- },
- "events": {
- "additionalProperties": false,
- "properties": {
- "expires_at": {
- "description": "Registry expiry date (RDAP expiration event).",
- "type": [
- "string",
- "null"
- ]
- },
- "registered_at": {
- "description": "Registry creation date (RDAP registration event).",
- "type": [
- "string",
- "null"
- ]
- },
- "transferred_at": {
- "description": "Last transfer date when the registry publishes one.",
- "type": [
- "string",
- "null"
- ]
- },
- "updated_at": {
- "description": "Last change to the registry record (RDAP last changed event).",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "registered_at",
- "updated_at",
- "expires_at",
- "transferred_at"
- ],
- "type": "object"
- },
- "nameservers": {
- "description": "Delegated nameserver hostnames from the registry, lower-cased, de-duplicated and sorted.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "notices": {
- "description": "Notices published by the registry with the response, including its terms of service. Those terms govern your use of the data.",
- "items": {
- "additionalProperties": false,
- "properties": {
- "title": {
- "description": "Notice title such as Terms of Service.",
- "type": [
- "string",
- "null"
- ]
- },
- "url": {
- "description": "First link published with the notice.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "title",
- "url"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "rdap_last_update": {
- "description": "Registry's own last update of RDAP database timestamp - the true freshness of this record.",
- "type": [
- "string",
- "null"
- ]
- },
- "rdap_server": {
- "description": "Authoritative registry RDAP base URL that answered, resolved from the IANA bootstrap.",
- "type": "string"
- },
- "registered": {
- "description": "True when the registry returned a record. False means the registry has no record (RDAP 404).",
- "type": "boolean"
- },
- "registrar": {
- "additionalProperties": false,
- "properties": {
- "abuse_email": {
- "description": "Registrar abuse contact email when published; frequently redacted.",
- "type": [
- "string",
- "null"
- ]
- },
- "iana_id": {
- "description": "IANA registrar id where the registry publishes one (gTLDs); null for registries that use their own identifiers.",
- "type": [
- "string",
- "null"
- ]
- },
- "name": {
- "description": "Registrar name from the RDAP registrar entity.",
- "type": [
- "string",
- "null"
- ]
- },
- "url": {
- "description": "Registrar URL when published.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "name",
- "iana_id",
- "url",
- "abuse_email"
- ],
- "type": "object"
- },
- "status": {
- "description": "RFC 9083 status values - the RDAP spelling of EPP status codes such as \"client transfer prohibited\" - lower-cased, de-duplicated and sorted.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "tld": {
- "description": "Last label of the domain name - uk for bbc.co.uk, com for example.com. This is the label itself, not necessarily the suffix the IANA bootstrap matched - read bootstrap_suffix for the entry that actually routed the query.",
- "type": "string"
- },
- "unicode_name": {
- "description": "Unicode form of the name when the registry publishes one.",
- "type": [
- "string",
- "null"
- ]
- }
-}