{
"id": "at.marque.domain",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"domain",
"status",
"registeredAt",
"expiresAt",
"createdAt"
],
"properties": {
"dnssec": {
"type": "boolean",
"description": "Whether DNSSEC is enabled."
},
"domain": {
"type": "string",
"maxLength": 253,
"description": "Fully qualified domain name, e.g. example.com."
},
"status": {
"type": "string",
"description": "Current lifecycle status of the domain.",
"knownValues": [
"active",
"expiring",
"expired",
"transferPending"
]
},
"autoRenew": {
"type": "boolean",
"description": "Whether auto-renewal is enabled."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Client-declared timestamp when this record was created."
},
"expiresAt": {
"type": "string",
"format": "datetime",
"description": "When the domain registration expires."
},
"nameServers": {
"type": "array",
"items": {
"type": "string",
"maxLength": 253
},
"maxLength": 8,
"description": "Authoritative name servers for this domain."
},
"registeredAt": {
"type": "string",
"format": "datetime",
"description": "When the domain was registered with the upstream registrar."
},
"whoisPrivacy": {
"type": "boolean",
"description": "Whether WHOIS privacy protection is enabled."
},
"atprotoHandle": {
"type": "string",
"maxLength": 253,
"description": "AT Protocol handle set on this domain, if any."
},
"atprotoVerified": {
"type": "boolean",
"description": "Whether the atproto handle has been verified via DNS."
}
}
},
"description": "Record representing a domain registered through Marque. The record key is the fully qualified domain name (e.g. example.com)."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "A domain registration managed by Marque. Stored in the user's repository."
}
Metadata
- DID
-
did:plc:nckosudltxrtrjkt4zz4jy5y
- CID
-
bafyreifadt5wkyknqunpbii5ujizl3z2iojeublzflwgrnzuibz74hmhlq
- Indexed At
- 2026-05-13 01:13 UTC
- AT-URI
-
at://did:plc:nckosudltxrtrjkt4zz4jy5y/com.atproto.lexicon.schema/at.marque.domain
Version History (2 versions)