Properties
| Name | Type | Description |
|---|---|---|
| created_on | object | |
| description | object | |
| dnslink | object | |
| id | object | |
| modified_on | object | |
| name | object | |
| status | object | |
| target | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/web3_web3-hostname",
"title": "web3_web3-hostname",
"properties": {
"created_on": {
"$ref": "#/components/schemas/web3_timestamp"
},
"description": {
"$ref": "#/components/schemas/web3_description"
},
"dnslink": {
"$ref": "#/components/schemas/web3_dnslink"
},
"id": {
"$ref": "#/components/schemas/web3_identifier"
},
"modified_on": {
"$ref": "#/components/schemas/web3_timestamp"
},
"name": {
"$ref": "#/components/schemas/web3_name"
},
"status": {
"$ref": "#/components/schemas/web3_status"
},
"target": {
"$ref": "#/components/schemas/web3_target"
}
},
"type": "object"
}