{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/aws-cdk-cdk-json/latest.json",
  "title": "Schema for AWS CDK context files (cdk.json)",
  "x-lintel": {
    "source": "https://www.schemastore.org/cdk.json",
    "sourceSha256": "f1e9c84a92644a019cddd728651ff532a230cb7cce6c331c1231ef9fab28007b",
    "fileMatch": [
      "cdk.json"
    ],
    "parsers": [
      "json"
    ]
  },
  "type": "object",
  "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"
    }
  },
  "id": "https://json.schemastore.org/cdk.json"
}
