{
  "$schema": "http://json-schema.org/schema",
  "cli": "nx",
  "$id": "AddToCdkApp",
  "title": "",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "Name of the cdk project to add jet to",
      "$default": {
        "$source": "projectName"
      },
      "x-prompt": "What is the name of the project to add jet to?"
    }
  },
  "required": ["project"]
}
