{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-waf-ipset.json",
  "title": "AWSWAFIPSetProperties",
  "description": "Resource Type definition for AWS::WAF::IPSet. 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-ipset.json",
    "sourceSha256": "66e8d93244e3e155e67a042ff35990aa40424e6cfdbf3847ddf75bdc2c2fb4de"
  },
  "type": "object",
  "properties": {
    "IPSetDescriptors": {
      "type": "array",
      "uniqueItems": true,
      "items": {
        "$ref": "#/$defs/IPSetDescriptor"
      }
    },
    "Name": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::WAF::IPSet",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "$defs": {
    "IPSetDescriptor": {
      "type": "object",
      "title": "AWSWAFIPSetIPSetDescriptorDefinition",
      "properties": {
        "Type": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Value": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Value",
        "Type"
      ],
      "additionalProperties": false
    }
  },
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "required": [
    "Name"
  ],
  "createOnlyProperties": [
    "/properties/Name"
  ]
}
