{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-wafregional-sqlinjectionmatchset.json",
  "title": "AWSWAFRegionalSqlInjectionMatchSetProperties",
  "description": "Resource Type definition for AWS::WAFRegional::SqlInjectionMatchSet. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-wafregional-sqlinjectionmatchset.json",
    "sourceSha256": "b20f732c822286e3bd469bbc7b4868c17778893c6ac8adac04beaf9797a24f2b"
  },
  "type": "object",
  "properties": {
    "SqlInjectionMatchTuples": {
      "type": "array",
      "uniqueItems": false,
      "items": {
        "$ref": "#/$defs/SqlInjectionMatchTuple"
      }
    },
    "Name": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::WAFRegional::SqlInjectionMatchSet",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "$defs": {
    "SqlInjectionMatchTuple": {
      "type": "object",
      "title": "AWSWAFRegionalSqlInjectionMatchSetSqlInjectionMatchTupleDefinition",
      "properties": {
        "TextTransformation": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "FieldToMatch": {
          "$ref": "#/$defs/FieldToMatch"
        }
      },
      "required": [
        "TextTransformation",
        "FieldToMatch"
      ],
      "additionalProperties": false
    },
    "FieldToMatch": {
      "type": "object",
      "title": "AWSWAFRegionalSqlInjectionMatchSetFieldToMatchDefinition",
      "properties": {
        "Type": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Data": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Type"
      ],
      "additionalProperties": false
    }
  },
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "required": [
    "Name"
  ],
  "createOnlyProperties": [
    "/properties/Name"
  ]
}
