Amazon IoT Device Management · JSON Structure

Iot Device Management Describe Job Response Structure

DescribeJobResponse schema

Type: object Properties: 2
Device ManagementFleet ManagementIoTOTA Updates

DescribeJobResponse is a JSON Structure definition published by Amazon IoT Device Management, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

documentSource job

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-device-management/refs/heads/main/json-structure/iot-device-management-describe-job-response-structure.json",
  "name": "DescribeJobResponse",
  "description": "DescribeJobResponse schema",
  "type": "object",
  "properties": {
    "documentSource": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobDocumentSource"
        },
        {
          "description": "An S3 link to the job document."
        }
      ]
    },
    "job": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Job"
        },
        {
          "description": "Information about the job."
        }
      ]
    }
  }
}