{ "id": "dev.regnault.webfishing.fish", "defs": { "main": { "key": "tid", "type": "record", "output": { "schema": { "type": "object", "required": [ "id", "name", "quality" ], "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "size": { "type": "string" }, "quality": { "type": "integer" } } }, "encoding": "application/json" } } }, "$type": "com.atproto.lexicon.schema", "lexicon": 1 }