A better Rust ATProto crate
1

Configure Feed

Select the types of activity you want to include in your feed.

at main 235 B View raw
1{ 2 "lexicon": 1, 3 "id": "test.broken.lexicon", 4 "defs": { 5 "main": { 6 "type": "object", 7 "properties": { 8 "count": { 9 "type": "integer", 10 "default": "not_a_number" 11 } 12 } 13 } 14 } 15}