zone.stratos.boundary.defs
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "zone.stratos.boundary.defs",
3
3
"defs": {
4
4
"Domain": {
5
5
"type": "object",
6
6
"required": [
7
7
"value"
8
8
],
9
9
"properties": {
10
10
"value": {
11
11
"type": "string",
12
12
"maxLength": 253,
13
-
"description": "Domain identifier for boundary. Must be a valid domain name."
13
+
"description": "Service-qualified boundary identifier in the format '{serviceDid}/{domainName}', e.g. 'did:web:stratos.example.com/engineering'."
14
14
}
15
15
},
16
16
"description": "A specific domain to define exposure boundary."
17
17
},
18
18
"Domains": {
19
19
"type": "object",
20
20
"required": [
21
21
"values"
22
22
],
23
23
"properties": {
24
24
"values": {
25
25
"type": "array",
26
26
"items": {
27
27
"ref": "#Domain",
28
28
"type": "ref"
29
29
},
30
30
"maxLength": 10,
31
31
"description": "List of domains that can access this record."
32
32
}
33
33
},
34
34
"description": "A collection of domains that define the exposure boundary for a record."
35
35
}
36
36
},
37
37
"$type": "com.atproto.lexicon.schema",
38
38
"lexicon": 1
39
39
}