Operator-repo tombstone for a retired Place (ADR 70). Refresh / backfill skip this placeId.
Properties
displayName
string
Optional
Last known Place label at retirement (optional snapshot).
operatorDid
string
did
Required
A decentralized identifier (DID).
placeId
string
Required
Stable place id that was retired (e.g. personal_node:{peer_id}).
reason
string
Optional
Optional retirement reason (e.g. duplicate, replaced).
retiredAt
string
datetime
Required
An RFC 3339 formatted timestamp.
View raw schema
{
"type": "object",
"required": [
"placeId",
"operatorDid",
"retiredAt"
],
"properties": {
"reason": {
"type": "string",
"description": "Optional retirement reason (e.g. duplicate, replaced)."
},
"placeId": {
"type": "string",
"description": "Stable place id that was retired (e.g. personal_node:{peer_id})."
},
"retiredAt": {
"type": "string",
"format": "datetime"
},
"displayName": {
"type": "string",
"description": "Last known Place label at retirement (optional snapshot)."
},
"operatorDid": {
"type": "string",
"format": "did"
}
},
"description": "Operator-repo tombstone for a retired Place (ADR 70). Refresh / backfill skip this placeId."
}