{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/cloudforce-one_whois", "title": "cloudforce-one_whois", "properties": { "administrative_city": { "type": "string" }, "administrative_country": { "type": "string" }, "administrative_email": { "type": "string" }, "administrative_fax": { "type": "string" }, "administrative_fax_ext": { "type": "string" }, "administrative_id": { "type": "string" }, "administrative_name": { "type": "string" }, "administrative_org": { "type": "string" }, "administrative_phone": { "type": "string" }, "administrative_phone_ext": { "type": "string" }, "administrative_postal_code": { "type": "string" }, "administrative_province": { "type": "string" }, "administrative_referral_url": { "type": "string" }, "administrative_street": { "type": "string" }, "billing_city": { "type": "string" }, "billing_country": { "type": "string" }, "billing_email": { "type": "string" }, "billing_fax": { "type": "string" }, "billing_fax_ext": { "type": "string" }, "billing_id": { "type": "string" }, "billing_name": { "type": "string" }, "billing_org": { "type": "string" }, "billing_phone": { "type": "string" }, "billing_phone_ext": { "type": "string" }, "billing_postal_code": { "type": "string" }, "billing_province": { "type": "string" }, "billing_referral_url": { "type": "string" }, "billing_street": { "type": "string" }, "created_date": { "example": "2009-02-17T22:07:54.000Z", "format": "date-time", "type": "string" }, "created_date_raw": { "example": "2009-02-17T22:07:54Z", "type": "string" }, "dnssec": { "example": true, "type": "boolean" }, "domain": { "$ref": "#/components/schemas/cloudforce-one_domain_name" }, "expiration_date": { "example": "2033-02-17T22:07:54.000Z", "format": "date-time", "type": "string" }, "expiration_date_raw": { "example": "2033-02-17T22:07:54Z", "type": "string" }, "extension": { "example": "com", "type": "string" }, "found": { "example": true, "type": "boolean" }, "id": { "example": "1542998887_DOMAIN_COM-VRSN", "type": "string" }, "nameservers": { "example": [ "ns3.cloudflare.com", "ns4.cloudflare.com", "ns5.cloudflare.com", "ns6.cloudflare.com", "ns7.cloudflare.com" ], "items": { "type": "string" }, "type": "array" }, "punycode": { "example": "cloudflare.com", "type": "string" }, "registrant": { "type": "string" }, "registrant_city": { "type": "string" }, "registrant_country": { "type": "string" }, "registrant_email": { "type": "string" }, "registrant_fax": { "type": "string" }, "registrant_fax_ext": { "type": "string" }, "registrant_id": { "type": "string" }, "registrant_name": { "type": "string" }, "registrant_org": { "type": "string" }, "registrant_phone": { "type": "string" }, "registrant_phone_ext": { "type": "string" }, "registrant_postal_code": { "type": "string" }, "registrant_province": { "type": "string" }, "registrant_referral_url": { "type": "string" }, "registrant_street": { "type": "string" }, "registrar": { "example": "Cloudflare, Inc.", "type": "string" }, "registrar_city": { "type": "string" }, "registrar_country": { "type": "string" }, "registrar_email": { "type": "string" }, "registrar_fax": { "type": "string" }, "registrar_fax_ext": { "type": "string" }, "registrar_id": { "type": "string" }, "registrar_name": { "type": "string" }, "registrar_org": { "type": "string" }, "registrar_phone": { "type": "string" }, "registrar_phone_ext": { "type": "string" }, "registrar_postal_code": { "type": "string" }, "registrar_province": { "type": "string" }, "registrar_referral_url": { "type": "string" }, "registrar_street": { "type": "string" }, "status": { "example": [ "clientdeleteprohibited", "clienttransferprohibited", "clientupdateprohibited", "serverdeleteprohibited", "servertransferprohibited", "serverupdateprohibited" ], "items": { "type": "string" }, "type": "array" }, "technical_city": { "type": "string" }, "technical_country": { "type": "string" }, "technical_email": { "type": "string" }, "technical_fax": { "type": "string" }, "technical_fax_ext": { "type": "string" }, "technical_id": { "type": "string" }, "technical_name": { "type": "string" }, "technical_org": { "type": "string" }, "technical_phone": { "type": "string" }, "technical_phone_ext": { "type": "string" }, "technical_postal_code": { "type": "string" }, "technical_province": { "type": "string" }, "technical_referral_url": { "type": "string" }, "technical_street": { "type": "string" }, "updated_date": { "example": "2024-01-09T16:45:28.000Z", "format": "date-time", "type": "string" }, "updated_date_raw": { "example": "2024-01-09T16:45:28Z", "type": "string" }, "whois_server": { "example": "whois.cloudflare.com", "type": "string" } }, "required": [ "found", "domain", "dnnsec", "extension", "nameservers", "punycode", "registrar", "registrant" ] }