{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ses-contactlist.json",
  "title": "AWSSESContactListProperties",
  "description": "Resource schema for AWS::SES::ContactList.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ses.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-ses-contactlist.json",
    "sourceSha256": "fa8a775ec97b69d32496ae1329965cb13807fac236787bd7d67f9921e020c71b"
  },
  "type": "object",
  "properties": {
    "ContactListName": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^[a-zA-Z0-9_-]{1,64}$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name of the contact list."
    },
    "Description": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 500
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The description of the contact list."
    },
    "Topics": {
      "description": "The topics associated with the contact list.",
      "type": "array",
      "insertionOrder": false,
      "items": {
        "$ref": "#/$defs/Topic"
      },
      "minItems": 0,
      "maxItems": 20
    },
    "Tags": {
      "description": "The tags (keys and values) associated with the contact list.",
      "type": "array",
      "insertionOrder": false,
      "items": {
        "$ref": "#/$defs/Tag"
      },
      "minItems": 0,
      "maxItems": 50
    }
  },
  "typeName": "AWS::SES::ContactList",
  "primaryIdentifier": [
    "/properties/ContactListName"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ses.git",
  "additionalProperties": false,
  "createOnlyProperties": [
    "/properties/ContactListName"
  ],
  "$defs": {
    "Tag": {
      "type": "object",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 128
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Value": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 0,
              "maxLength": 256
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "title": "AWSSESContactListTagDefinition",
      "additionalProperties": false
    },
    "Topic": {
      "type": "object",
      "properties": {
        "TopicName": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^[a-zA-Z0-9_-]{1,64}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The name of the topic."
        },
        "DisplayName": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 0,
              "maxLength": 128
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The display name of the topic."
        },
        "Description": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 0,
              "maxLength": 500
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The description of the topic."
        },
        "DefaultSubscriptionStatus": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "TopicName",
        "DisplayName",
        "DefaultSubscriptionStatus"
      ],
      "title": "AWSSESContactListTopicDefinition",
      "additionalProperties": false
    }
  }
}
