Properties
| Name | Type | Description |
|---|---|---|
| available | object | |
| can_register | object | |
| created_at | object | |
| current_registrar | object | |
| expires_at | object | |
| id | object | |
| locked | object | |
| registrant_contact | object | |
| registry_statuses | object | |
| supported_tld | object | |
| transfer_in | object | |
| updated_at | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/registrar-api_domain_properties",
"title": "registrar-api_domain_properties",
"properties": {
"available": {
"$ref": "#/components/schemas/registrar-api_available"
},
"can_register": {
"$ref": "#/components/schemas/registrar-api_can_register"
},
"created_at": {
"$ref": "#/components/schemas/registrar-api_created_at"
},
"current_registrar": {
"$ref": "#/components/schemas/registrar-api_current_registrar"
},
"expires_at": {
"$ref": "#/components/schemas/registrar-api_expires_at"
},
"id": {
"$ref": "#/components/schemas/registrar-api_domain_identifier"
},
"locked": {
"$ref": "#/components/schemas/registrar-api_locked"
},
"registrant_contact": {
"$ref": "#/components/schemas/registrar-api_registrant_contact"
},
"registry_statuses": {
"$ref": "#/components/schemas/registrar-api_registry_statuses"
},
"supported_tld": {
"$ref": "#/components/schemas/registrar-api_supported_tld"
},
"transfer_in": {
"$ref": "#/components/schemas/registrar-api_transfer_in"
},
"updated_at": {
"$ref": "#/components/schemas/registrar-api_updated_at"
}
},
"type": "object"
}