{
  "$schema": "http://json-schema.org/schema",
  "$id": "Puppeteer",
  "title": "Puppeteer E2E Schema",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "alias": "n",
      "$default": {
        "$source": "argv",
        "index": 0
      },
      "x-prompt": "Name for spec to be created:"
    },
    "project": {
      "type": "string",
      "$default": {
        "$source": "argv",
        "index": 1
      },
      "alias": "p"
    },
    "route": {
      "type": "string",
      "$default": {
        "$source": "argv",
        "index": 1
      },
      "alias": "r"
    }
  },
  "required": []
}
