{
  "$schema": "http://json-schema.org/schema",
  "id": "NxAwsCdkInit",
  "title": "Add Nx aws-cdk Schematics",
  "type": "object",
  "properties": {
    "skipFormat": {
      "description": "Skip formatting files",
      "type": "boolean",
      "default": false
    },
    "expressApp": {
      "description": "Is an express application?",
      "type": "boolean",
      "default": false
    },
    "ec2Instance": {
      "description": "Is an ec2 instance stack?",
      "type": "boolean",
      "default": false
    }
  },
  "required": []
}
