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.

14 lines (13 loc) 180 B
{ "type": "object", "required": ["name"], "properties": { "id": { "type": "integer" }, "name": { "type": "string", "maxLength": 255 } } }