{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-wisdom-assistant.json",
  "title": "AWSWisdomAssistantProperties",
  "description": "Definition of AWS::Wisdom::Assistant Resource Type. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-wisdom-assistant.json",
    "sourceSha256": "f00c14be58d4d0d36452bad3c781a425ea4e387127be03a3c4474d08f07d9b40"
  },
  "type": "object",
  "properties": {
    "Type": {
      "$ref": "#/$defs/AssistantType"
    },
    "Description": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 255,
          "minLength": 1
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ServerSideEncryptionConfiguration": {
      "$ref": "#/$defs/ServerSideEncryptionConfiguration"
    },
    "Tags": {
      "insertionOrder": false,
      "uniqueItems": true,
      "items": {
        "$ref": "#/$defs/Tag"
      },
      "type": "array"
    },
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 255,
          "minLength": 1
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::Wisdom::Assistant",
  "replacementStrategy": "delete_then_create",
  "additionalProperties": false,
  "taggable": false,
  "required": [
    "Name",
    "Type"
  ],
  "readOnlyProperties": [
    "/properties/AssistantId",
    "/properties/AssistantArn"
  ],
  "createOnlyProperties": [
    "/properties/Description",
    "/properties/Name",
    "/properties/ServerSideEncryptionConfiguration",
    "/properties/Tags",
    "/properties/Type"
  ],
  "primaryIdentifier": [
    "/properties/AssistantId"
  ],
  "additionalIdentifiers": [
    [
      "/properties/AssistantArn"
    ]
  ],
  "$defs": {
    "AssistantType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "AGENT"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSWisdomAssistantAssistantTypeDefinition"
    },
    "ServerSideEncryptionConfiguration": {
      "type": "object",
      "properties": {
        "KmsKeyId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 4096,
              "minLength": 1
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSWisdomAssistantServerSideEncryptionConfigurationDefinition",
      "additionalProperties": false
    },
    "Tag": {
      "title": "AWSWisdomAssistantTagDefinition",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "maxLength": 128,
              "minLength": 1,
              "pattern": "^(?!aws:)[a-zA-Z+-=._:/]+$",
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Value": {
          "oneOf": [
            {
              "maxLength": 256,
              "minLength": 1,
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "type": "object",
      "additionalProperties": false
    }
  }
}
