DescribeJobResponse

DescribeJobResponse schema

Device ManagementFleet ManagementIoTOTA Updates

Properties

Name Type Description
documentSource object
job object
View JSON Schema on GitHub

JSON Schema

iot-device-management-describe-job-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-schema/iot-device-management-describe-job-response-schema.json",
  "title": "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."
        }
      ]
    }
  }
}