{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-cassandra-keyspace.json",
  "title": "AWSCassandraKeyspaceProperties",
  "description": "Resource schema for AWS::Cassandra::Keyspace. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-cassandra-keyspace.json",
    "sourceSha256": "c7f92f5e091020724e7eec6071d8bfc83c82529d86b8aead8135f3bc3c9ea777"
  },
  "type": "object",
  "properties": {
    "KeyspaceName": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^[a-zA-Z0-9][a-zA-Z0-9_]{1,47}$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Name for Cassandra keyspace"
    },
    "Tags": {
      "type": "array",
      "uniqueItems": true,
      "items": {
        "$ref": "#/$defs/Tag"
      },
      "minItems": 0,
      "maxItems": 50
    }
  },
  "typeName": "AWS::Cassandra::Keyspace",
  "primaryIdentifier": [
    "/properties/KeyspaceName"
  ],
  "createOnlyProperties": [
    "/properties/KeyspaceName"
  ],
  "additionalProperties": false,
  "$defs": {
    "Tag": {
      "type": "object",
      "title": "AWSCassandraKeyspaceTagDefinition",
      "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": 1,
              "maxLength": 256
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Value",
        "Key"
      ],
      "additionalProperties": false
    }
  },
  "required": []
}
