- Fixed incorrectly named references to
com.atproto.repo.strongRef - Fixed
world.geocache.visit#attestationRefto actually point to a record properly - Added "key" field to
world.geocache.user.profileandworld.geocache.visit
+6
-2
Diff
round #0
+1
lexicon/world.geocache.user.profile.json
+1
lexicon/world.geocache.user.profile.json
+1
-1
lexicon/world.geocache.visit.attestation.json
+1
-1
lexicon/world.geocache.visit.attestation.json
+4
-1
lexicon/world.geocache.visit.json
+4
-1
lexicon/world.geocache.visit.json
···
4
4
"defs": {
5
5
"main": {
6
6
"type": "record",
7
+
"key": "tid",
7
8
"description": "A record of visiting a geocache",
8
9
"record": {
9
10
"type": "object",
···
40
41
"attestationRef": {
41
42
"type": "object",
42
43
"required": ["record"],
43
-
"properties": { "type": "ref", "ref": "com.atproto.repo.strongRef" }
44
+
"properties": {
45
+
"record": { "type": "ref", "ref": "com.atproto.ref.strongRef" }
46
+
}
44
47
},
45
48
"image": {
46
49
"type": "object",
History
1 round
0 comments
freyja-lynx.dev
submitted
#0
expand 0 comments
pull request successfully merged