{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-personalize-schema.json",
  "title": "AWSPersonalizeSchemaProperties",
  "description": "Resource schema for AWS::Personalize::Schema.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-personalize>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-personalize-schema.json",
    "sourceSha256": "1d3fcf0c3b0b34d94ecb8508e3672a65f06755eaa4b37e966db66b83e40aed8d"
  },
  "type": "object",
  "properties": {
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 63,
          "pattern": "^[a-zA-Z0-9][a-zA-Z0-9\\-_]*"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Name for the schema."
    },
    "Schema": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 10000
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "A schema in Avro JSON format."
    },
    "Domain": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ECOMMERCE",
            "VIDEO_ON_DEMAND"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The domain of a Domain dataset group."
    }
  },
  "typeName": "AWS::Personalize::Schema",
  "primaryIdentifier": [
    "/properties/SchemaArn"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-personalize",
  "readOnlyProperties": [
    "/properties/SchemaArn"
  ],
  "additionalProperties": false,
  "required": [
    "Name",
    "Schema"
  ],
  "createOnlyProperties": [
    "/properties/Name",
    "/properties/Schema",
    "/properties/Domain"
  ]
}
