{ "lexicon": 1, "id": "li.plonk.paste", "defs": { "main": { "type": "record", "key": "tid", "record": { "type": "object", "required": [ "code", "shortUrl", "lang", "title", "createdAt" ], "properties": { "code": { "type": "string", "minLength": 1, "maxGraphemes": 65536, "maxLength": 65536 }, "shortUrl": { "type": "string", "minLength": 2, "maxGraphemes": 10, "maxLength": 10 }, "lang": { "type": "string", "minLength": 1, "maxGraphemes": 20, "maxLength": 20 }, "title": { "type": "string", "minLength": 1, "maxGraphemes": 100, "maxLength": 100 }, "createdAt": { "type": "string", "format": "datetime" } } } } } }