Service record on a stewarded account's repo. Points at the arbiter server's DID (the did:web:... that hosts the #arbiter service). Presence/absence and the `did` field drive the arbiter lifecycle: - Absent → offboard (keep credentials, re-onboard if it returns). - `did` != this server → offboard + purge credentials.
Record Key
literal:self
Fixed literal value
Properties
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "The arbiter server's DID (e.g. did:web:arbiter.example.com)."
}
}
},
"description": "Service record on a stewarded account's repo. Points at the arbiter\nserver's DID (the did:web:... that hosts the #arbiter service).\n\nPresence/absence and the `did` field drive the arbiter lifecycle:\n- Absent → offboard (keep credentials, re-onboard if it returns).\n- `did` != this server → offboard + purge credentials."
}