{
  "$id": "question.json",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "input",
        "list",
        "checkbox",
        "confirm",
        "number",
        "rawlist",
        "expand",
        "password",
        "editor"
      ]
    },
    "name": {
      "type": "string"
    }
  },
  "required": [
    "name"
  ]
}
