UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

27 lines (26 loc) 380 B
{ "$id": "question.json", "type": "object", "properties": { "type": { "type": "string", "enum": [ "input", "list", "checkbox", "confirm", "number", "rawlist", "expand", "password", "editor" ] }, "name": { "type": "string" } }, "required": [ "name" ] }