UNPKG

@teikei/schemas

Version:

Teikei validation schemas. Teikei is the software that powers ernte-teilen.org, a website that maps out Community-supported Agriculture in Germany.

18 lines (17 loc) 264 B
{ "type": "object", "required": ["category", "name"], "properties": { "id": { "type": "integer" }, "category": { "type": "string", "maxLength": 255 }, "name": { "type": "string", "maxLength": 255 } } }