{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-panorama/refs/heads/main/json-structure/openapi-create-job-for-devices-response-structure.json", "name": "CreateJobForDevicesResponse", "description": "CreateJobForDevicesResponse schema from Amazon Panorama", "type": "object", "properties": { "Jobs": { "allOf": [ { "$ref": "#/components/schemas/JobList" }, { "description": "A list of jobs." } ] } }, "required": [ "Jobs" ] }