ListScenesResponse

ListScenesResponse schema

3D VisualizationDigital TwinIndustrial IoTIoT

Properties

Name Type Description
sceneSummaries object
nextToken object
View JSON Schema on GitHub

JSON Schema

iot-twinmaker-list-scenes-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-twinmaker/refs/heads/main/json-schema/iot-twinmaker-list-scenes-response-schema.json",
  "title": "ListScenesResponse",
  "description": "ListScenesResponse schema",
  "type": "object",
  "properties": {
    "sceneSummaries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SceneSummaries"
        },
        {
          "description": "A list of objects that contain information about the scenes."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The string that specifies the next page of results."
        }
      ]
    }
  }
}