{
  "prompts": {
    "name": {
      "type": "string",
      "required": true,
      "label": "App name"
    },
    "description": {
      "type": "string",
      "required": true,
      "label": "App description"
    },
    "author": {
      "type": "string",
      "label": "Author"
    }
  }
}