{
"id": "place.wisp.v2.domain.addSite",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"domain",
"siteRkey"
],
"properties": {
"domain": {
"type": "string",
"maxLength": 253,
"minLength": 3,
"description": "Fully-qualified domain to map."
},
"siteRkey": {
"type": "string",
"format": "record-key",
"description": "Owned place.wisp.fs record key to map this domain to."
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "InvalidDomain"
},
{
"name": "InvalidRequest"
},
{
"name": "NotFound"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"domain",
"kind",
"status",
"siteRkey",
"mapped"
],
"properties": {
"kind": {
"enum": [
"wisp",
"custom"
],
"type": "string"
},
"domain": {
"type": "string"
},
"mapped": {
"type": "boolean",
"const": true
},
"status": {
"enum": [
"pendingVerification",
"verified"
],
"type": "string"
},
"siteRkey": {
"type": "string",
"format": "record-key"
}
}
},
"encoding": "application/json"
},
"description": "Map an owned domain to one owned site record."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:7puq73yz2hkvbcpdhnsze2qw
- CID
-
bafyreiefo3lazuqt3exaphfgjaryrbrx6x7yfqosdisowlpmqztycnjynm
- Indexed At
- 2026-05-24 05:17 UTC
- AT-URI
-
at://did:plc:7puq73yz2hkvbcpdhnsze2qw/com.atproto.lexicon.schema/place.wisp.v2.domain.addSite