An ATProto Lexicon validator for Gleam.
at main 335 B view raw
1{ 2 "lexicon": 1, 3 "id": "com.example.invalidref", 4 "defs": { 5 "main": { 6 "type": "record", 7 "key": "tid", 8 "record": { 9 "type": "object", 10 "properties": { 11 "brokenRef": { 12 "type": "ref", 13 "ref": "com.example.nonexistent#thing" 14 } 15 } 16 } 17 } 18 } 19}