Amazon IoT Device Defender · JSON Structure

Iot Device Defender Create Job Response Structure

CreateJobResponse schema

Type: object Properties: 3
ComplianceIoTSecurityVulnerability Management

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

Properties

jobArn jobId description

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-defender/refs/heads/main/json-structure/iot-device-defender-create-job-response-structure.json",
  "name": "CreateJobResponse",
  "description": "CreateJobResponse schema",
  "type": "object",
  "properties": {
    "jobArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobArn"
        },
        {
          "description": "The job ARN."
        }
      ]
    },
    "jobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobId"
        },
        {
          "description": "The unique identifier you assigned to this job."
        }
      ]
    },
    "description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobDescription"
        },
        {
          "description": "The job description."
        }
      ]
    }
  }
}