{
"id": "zone.stratos.enrollment.status",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"did",
"enrolled"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "The DID that was checked."
},
"enrolled": {
"type": "boolean",
"description": "Whether the DID is enrolled in this Stratos service."
},
"boundaries": {
"type": "array",
"items": {
"ref": "app.stratos.boundary.defs#Domain",
"type": "ref"
},
"description": "Authoritative boundaries assigned. Only included when request is authenticated."
},
"enrolledAt": {
"type": "string",
"format": "datetime",
"description": "When the DID was enrolled, if enrolled."
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "The DID to check enrollment for."
}
}
},
"description": "Check enrollment status for a DID in this Stratos service."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:6uxgo3ypovauub7nblwylqyv
- CID
-
bafyreia7bspnvtjnbe2i2q2u5cjum3tbadqzyqvfsyo5yy6l4ievqzfoki
- Indexed At
- 2026-03-03 21:28 UTC
- AT-URI
-
at://did:plc:6uxgo3ypovauub7nblwylqyv/com.atproto.lexicon.schema/zone.stratos.enrollment.status
Referenced Schemas (1)
-
app.stratos.boundary.defs#Domain