1{ 2 "lexicon": 1, 3 "id": "com.atproto.repo.defs", 4 "defs": { 5 "commitMeta": { 6 "type": "object", 7 "required": [ 8 "cid", 9 "rev" 10 ], 11 "properties": { 12 "cid": { 13 "type": "string", 14 "format": "cid" 15 }, 16 "rev": { 17 "type": "string", 18 "format": "tid" 19 } 20 } 21 } 22 } 23}