{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-cloudformation-waitcondition.json",
  "title": "AWSCloudFormationWaitConditionProperties",
  "description": "Resource Type definition for AWS::CloudFormation::WaitCondition. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-cloudformation-waitcondition.json",
    "sourceSha256": "1d0ebe5778a6e92e57ff0547579460d56c0fd7c1ef950f15a1dbe27d051f027d"
  },
  "type": "object",
  "properties": {
    "Count": {
      "type": "integer"
    },
    "Handle": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Timeout": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::CloudFormation::WaitCondition",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/Data",
    "/properties/Id"
  ]
}
