{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "https://json.schemastore.org/cdk.json",
  "properties": {
    "app": {
      "type": "string",
      "minLength": 1
    },
    "build": {
      "type": "string"
    },
    "versionReporting": {
      "type": "boolean"
    },
    "watch": {
      "type": "object",
      "properties": {
        "include": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "exclude": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "context": {
      "type": "object"
    }
  },
  "title": "Schema for AWS CDK context files (cdk.json)",
  "type": "object"
}
