Scratch space for learning atproto app development
at main 378 B view raw
1{ 2 "lexicon": 1, 3 "id": "com.atproto.repo.strongRef", 4 "description": "A URI with a content-hash fingerprint.", 5 "defs": { 6 "main": { 7 "type": "object", 8 "required": ["uri", "cid"], 9 "properties": { 10 "uri": { "type": "string", "format": "at-uri" }, 11 "cid": { "type": "string", "format": "cid" } 12 } 13 } 14 } 15 }