Domain registration metadata for wisp.place subdomains and custom domains.
any
Any valid record key
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
domain
string
Required
Lowercase FQDN for this registration (for example, alice.wisp.place or example.com).
maxLength: 253 bytesminLength: 3 bytesregistration
union
Required
No description available.
siteRkey
string
record-key
Optional
Optional place.wisp.fs record key currently mapped to this domain.
updatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"domain",
"registration",
"createdAt",
"updatedAt"
],
"properties": {
"domain": {
"type": "string",
"maxLength": 253,
"minLength": 3,
"description": "Lowercase FQDN for this registration (for example, alice.wisp.place or example.com)."
},
"siteRkey": {
"type": "string",
"format": "record-key",
"description": "Optional place.wisp.fs record key currently mapped to this domain."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"registration": {
"refs": [
"#wispRegistration",
"#customRegistration"
],
"type": "union"
}
}
},
"description": "Domain registration metadata for wisp.place subdomains and custom domains."
}