{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-waf-xssmatchset.json",
  "title": "AWSWAFXssMatchSetProperties",
  "description": "Resource Type definition for AWS::WAF::XssMatchSet. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-waf-xssmatchset.json",
    "sourceSha256": "dc673f43165f968f9f94a373945e28d8ee1e9194eb03a878644b371671d3f791"
  },
  "type": "object",
  "properties": {
    "Name": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "XssMatchTuples": {
      "type": "array",
      "uniqueItems": true,
      "items": {
        "$ref": "#/$defs/XssMatchTuple"
      }
    }
  },
  "typeName": "AWS::WAF::XssMatchSet",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "$defs": {
    "XssMatchTuple": {
      "type": "object",
      "title": "AWSWAFXssMatchSetXssMatchTupleDefinition",
      "properties": {
        "FieldToMatch": {
          "$ref": "#/$defs/FieldToMatch"
        },
        "TextTransformation": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "TextTransformation",
        "FieldToMatch"
      ],
      "additionalProperties": false
    },
    "FieldToMatch": {
      "type": "object",
      "title": "AWSWAFXssMatchSetFieldToMatchDefinition",
      "properties": {
        "Data": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Type": {
          "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",
    "XssMatchTuples"
  ],
  "createOnlyProperties": [
    "/properties/Name"
  ]
}
