this repo has no description
1{
2 "lexicon": 1,
3 "id": "dev.regnault.webfishing.savefile",
4 "defs": {
5 "main": {
6 "type": "record",
7 "description": "Record declaring a savefile of Webfishing.",
8 "key": "tid",
9 "record": {
10 "type": "object",
11 "required": [
12 "name",
13 "uri"
14 ],
15 "properties": {
16 "name": {
17 "type": "string"
18 },
19 "uri": {
20 "type": "string",
21 "format": "at-uri"
22 }
23 }
24 }
25 }
26 }
27}