A job's configuration.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-panorama/refs/heads/main/json-schema/openapi-device-job-config-schema.json", "title": "DeviceJobConfig", "description": "A job's configuration.", "type": "object", "properties": { "OTAJobConfig": { "allOf": [ { "$ref": "#/components/schemas/OTAJobConfig" }, { "description": "A configuration for an over-the-air (OTA) upgrade. Required for OTA jobs." } ] } } }