{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-amplifyuibuilder-theme.json",
  "title": "AWSAmplifyUIBuilderThemeProperties",
  "description": "Definition of AWS::AmplifyUIBuilder::Theme Resource Type. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-amplifyuibuilder>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-amplifyuibuilder-theme.json",
    "sourceSha256": "e89fe68a27d0bc2fec5729d8431add1f25842f864e9d7730ae9c9b5d47adb618"
  },
  "type": "object",
  "properties": {
    "AppId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "EnvironmentName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "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"
        }
      ]
    },
    "Overrides": {
      "insertionOrder": false,
      "type": "array",
      "items": {
        "$ref": "#/$defs/ThemeValues"
      }
    },
    "Tags": {
      "$ref": "#/$defs/Tags"
    },
    "Values": {
      "insertionOrder": false,
      "type": "array",
      "items": {
        "$ref": "#/$defs/ThemeValues"
      }
    }
  },
  "typeName": "AWS::AmplifyUIBuilder::Theme",
  "taggable": true,
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-amplifyuibuilder",
  "additionalProperties": false,
  "$defs": {
    "Tags": {
      "type": "object",
      "additionalProperties": false,
      "title": "AWSAmplifyUIBuilderThemeTagsDefinition",
      "patternProperties": {
        "^(?!aws:)[a-zA-Z+-=._:/]+$": {
          "type": "string",
          "maxLength": 256,
          "minLength": 1
        }
      }
    },
    "ThemeValue": {
      "type": "object",
      "properties": {
        "Value": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Children": {
          "insertionOrder": false,
          "type": "array",
          "items": {
            "$ref": "#/$defs/ThemeValues"
          }
        }
      },
      "title": "AWSAmplifyUIBuilderThemeThemeValueDefinition",
      "additionalProperties": false
    },
    "ThemeValues": {
      "type": "object",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Value": {
          "$ref": "#/$defs/ThemeValue"
        }
      },
      "title": "AWSAmplifyUIBuilderThemeThemeValuesDefinition",
      "additionalProperties": false
    }
  },
  "required": [
    "Name",
    "Values"
  ],
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "createOnlyProperties": [
    "/properties/Tags"
  ],
  "primaryIdentifier": [
    "/properties/AppId",
    "/properties/EnvironmentName",
    "/properties/Id"
  ]
}
