{
  "$schema": "http://json-schema.org/schema",
  "$id": "NgxDeployDockerAddSchematic",
  "title": "Add ngx-deploy-docker to Your Project",
  "type": "object",
  "properties": {
    "account": {
      "type": "string",
      "description": "Your Docker account",
      "x-prompt": "What is your Docker account/username?",
      "alias": "a"
    },
    "project": {
      "type": "string",
      "description": "The name of the project",
      "alias": "p"
    },
    "skipInstall": {
      "type": "boolean",
      "description": "Skip installing after adding ngx-deploy-docker",
      "default": false
    }
  },
  "required": [],
  "additionalProperties": false
}
