Amazon IoT TwinMaker · JSON Structure

Iot Twinmaker Sync Job Summaries Structure

SyncJobSummaries schema

Type: array Properties: 0
3D VisualizationDigital TwinIndustrial IoTIoT

SyncJobSummaries is a JSON Structure definition published by Amazon IoT TwinMaker. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-twinmaker/refs/heads/main/json-structure/iot-twinmaker-sync-job-summaries-structure.json",
  "name": "SyncJobSummaries",
  "description": "SyncJobSummaries schema",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "arn": {
        "allOf": [
          {
            "$ref": "#/components/schemas/TwinMakerArn"
          },
          {
            "description": "The SyncJob summary ARN."
          }
        ]
      },
      "workspaceId": {
        "allOf": [
          {
            "$ref": "#/components/schemas/Id"
          },
          {
            "description": "The ID of the workspace that contains the sync job."
          }
        ]
      },
      "syncSource": {
        "allOf": [
          {
            "$ref": "#/components/schemas/SyncSource"
          },
          {
            "description": "The sync source."
          }
        ]
      },
      "status": {
        "allOf": [
          {
            "$ref": "#/components/schemas/SyncJobStatus"
          },
          {
            "description": "The SyncJob summaries status."
          }
        ]
      },
      "creationDateTime": {
        "allOf": [
          {
            "$ref": "#/components/schemas/Timestamp"
          },
          {
            "description": "The creation date and time."
          }
        ]
      },
      "updateDateTime": {
        "allOf": [
          {
            "$ref": "#/components/schemas/Timestamp"
          },
          {
            "description": "The update date and time."
          }
        ]
      }
    },
    "description": "The SyncJob summary."
  }
}