this repo has no description
1{
2 "id": "dev.regnault.webfishing.fish",
3 "defs": {
4 "main": {
5 "key": "tid",
6 "type": "record",
7 "output": {
8 "schema": {
9 "type": "object",
10 "required": [
11 "id",
12 "name",
13 "quality"
14 ],
15 "properties": {
16 "id": {
17 "type": "string"
18 },
19 "name": {
20 "type": "string"
21 },
22 "size": {
23 "type": "string"
24 },
25 "quality": {
26 "type": "integer"
27 }
28 }
29 },
30 "encoding": "application/json"
31 }
32 }
33 },
34 "$type": "com.atproto.lexicon.schema",
35 "lexicon": 1
36}