UNPKG

mapeo-schema

Version:

JSON schema and flow types for Mapeo

19 lines (18 loc) 310 B
{ "id": "1", "key": "foo", "type": "select_one", "label": "Select which one?", "options": [ { "value": "one", "label": "Option One Label" }, { "value": "two", "label": "Option Two Label" }, { "value": "three", "label": "Option Three Label" } ] }