{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-iottwinmaker-scene.json",
  "title": "AWSIoTTwinMakerSceneProperties",
  "description": "Resource schema for AWS::IoTTwinMaker::Scene. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-iottwinmaker>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-iottwinmaker-scene.json",
    "sourceSha256": "25db4e5e2c9f7bc19c342fb19b6eee14217cc0acd7695e0e354be1840e15cfc8"
  },
  "type": "object",
  "properties": {
    "SceneId": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 128,
          "pattern": "[a-zA-Z_0-9][a-zA-Z_\\-0-9]*[a-zA-Z0-9]+"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ID of the scene."
    },
    "Description": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 0,
          "maxLength": 512
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The description of the scene."
    },
    "ContentLocation": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 0,
          "maxLength": 256,
          "pattern": "[sS]3://[A-Za-z0-9._/-]+"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The relative path that specifies the location of the content definition file."
    },
    "Tags": {
      "type": "object",
      "description": "A key-value pair to associate with a resource.",
      "additionalProperties": false,
      "patternProperties": {
        "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$": {
          "type": "string",
          "minLength": 1,
          "maxLength": 256
        }
      }
    },
    "WorkspaceId": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 128,
          "pattern": "[a-zA-Z_0-9][a-zA-Z_\\-0-9]*[a-zA-Z0-9]+"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ID of the scene."
    },
    "Capabilities": {
      "description": "A list of capabilities that the scene uses to render.",
      "type": "array",
      "minItems": 0,
      "maxItems": 50,
      "uniqueItems": true,
      "insertionOrder": false,
      "items": {
        "type": "string",
        "minLength": 0,
        "maxLength": 256,
        "pattern": ".*"
      }
    },
    "SceneMetadata": {
      "description": "A key-value pair of scene metadata for the scene.",
      "type": "object",
      "additionalProperties": false,
      "minLength": 0,
      "maxLength": 50,
      "patternProperties": {
        "[a-zA-Z_\\-0-9]+": {
          "type": "string",
          "minLength": 0,
          "maxLength": 2048
        }
      }
    }
  },
  "typeName": "AWS::IoTTwinMaker::Scene",
  "primaryIdentifier": [
    "/properties/WorkspaceId",
    "/properties/SceneId"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-iottwinmaker",
  "additionalProperties": false,
  "createOnlyProperties": [
    "/properties/SceneId",
    "/properties/WorkspaceId"
  ],
  "$defs": {
    "DateTimeFormat": {
      "oneOf": [
        {
          "type": "string",
          "format": "date-time"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSIoTTwinMakerSceneDateTimeFormatDefinition"
    }
  },
  "tagging": {
    "taggable": true,
    "tagOnCreate": true,
    "tagUpdatable": true,
    "cloudFormationSystemTags": true,
    "tagProperty": "/properties/Tags"
  },
  "required": [
    "WorkspaceId",
    "SceneId",
    "ContentLocation"
  ],
  "readOnlyProperties": [
    "/properties/Arn",
    "/properties/CreationDateTime",
    "/properties/UpdateDateTime",
    "/properties/GeneratedSceneMetadata"
  ]
}
