geocaches for the atmosphere

Simple fixes for the lexicon #1

merged opened by freyja-lynx.dev targeting main
  • Fixed incorrectly named references to com.atproto.repo.strongRef
  • Fixed world.geocache.visit#attestationRef to actually point to a record properly
  • Added "key" field to world.geocache.user.profile and world.geocache.visit
Labels

None yet.

Participants 1
AT URI
at://did:plc:gormnems4iydljgsojdyvpvt/sh.tangled.repo.pull/3mba7wypwpi22
+6 -2
Diff #0
+1
lexicon/world.geocache.user.profile.json
··· 4 4 "defs": { 5 5 "main": { 6 6 "type": "record", 7 + "key": "tid", 7 8 "description": "A profile of a Geocache World user.", 8 9 "record": { 9 10 "type": "object",
+1 -1
lexicon/world.geocache.visit.attestation.json
··· 14 14 "type": "object", 15 15 "required": ["record"], 16 16 "properties": { 17 - "record": { "type": "ref", "ref": "com.atproto.ref.strongRef" } 17 + "record": { "type": "ref", "ref": "com.atproto.repo.strongRef" } 18 18 } 19 19 }, 20 20 "proof": {
+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
sign up or login to add to the discussion
expand 0 comments
pull request successfully merged