com.atproto-crates.pds.policyAcceptance
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "com.atproto-crates.pds.policyAcceptance",
3
3
"defs": {
4
4
"main": {
5
5
"key": "tid",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
10
"policy",
11
11
"acceptedAt"
12
12
],
13
13
"properties": {
14
14
"policy": {
15
15
"type": "string",
16
16
"maxLength": 512,
17
-
"description": "Identifier of the policy document set that was accepted. Opaque to this lexicon; the operator chooses the form. A dated content hash - `2026-08-05-bafkrei...` - names a specific immutable set, so a later revision is a different value and needs its own acceptance."
17
+
"description": "Identifier of the policy document set that was accepted. Opaque to this lexicon; the operator chooses the form. A dated content hash — `2026-08-05-bafkrei...` — names a specific immutable set, so a later revision is a different value and needs its own acceptance."
18
18
},
19
19
"policyUrl": {
20
20
"type": "string",
21
21
"format": "uri",
22
22
"description": "Where the documents were published at the time of acceptance. Recorded because the identifier alone does not say what was read, and the URL may later move or stop resolving."
23
23
},
24
24
"acceptedAt": {
25
25
"type": "string",
26
26
"format": "datetime",
27
27
"description": "When the holder accepted. Set by the PDS at the moment the acceptance was recorded."
28
28
}
29
29
}
30
30
},
31
31
"description": "A record of the account holder accepting a policy document set presented by their PDS. Written to the account's own repository so the acceptance travels with the identity: it survives a migration to another host, and can be read by anyone the holder shows it to rather than only by the server that asked."
32
32
}
33
33
},
34
34
"$type": "com.atproto.lexicon.schema",
35
35
"lexicon": 1
36
36
}