zone.stratos.enrollment.status
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "zone.stratos.enrollment.status",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"output": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
10
"did",
11
11
"enrolled"
12
12
],
13
13
"properties": {
14
14
"did": {
15
15
"type": "string",
16
16
"format": "did",
17
17
"description": "The DID that was checked."
18
18
},
19
19
"enrolled": {
20
20
"type": "boolean",
21
21
"description": "Whether the DID is enrolled in this Stratos service."
22
22
},
23
23
"boundaries": {
24
24
"type": "array",
25
25
"items": {
26
-
"ref": "app.stratos.boundary.defs#Domain",
26
+
"ref": "zone.stratos.boundary.defs#Domain",
27
27
"type": "ref"
28
28
},
29
29
"description": "Authoritative boundaries assigned. Only included when request is authenticated."
30
30
},
31
31
"enrolledAt": {
32
32
"type": "string",
33
33
"format": "datetime",
34
34
"description": "When the DID was enrolled, if enrolled."
35
35
}
36
36
}
37
37
},
38
38
"encoding": "application/json"
39
39
},
40
40
"parameters": {
41
41
"type": "params",
42
42
"required": [
43
43
"did"
44
44
],
45
45
"properties": {
46
46
"did": {
47
47
"type": "string",
48
48
"format": "did",
49
49
"description": "The DID to check enrollment for."
50
50
}
51
51
}
52
52
},
53
53
"description": "Check enrollment status for a DID in this Stratos service."
54
54
}
55
55
},
56
56
"$type": "com.atproto.lexicon.schema",
57
57
"lexicon": 1
58
58
}