{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-panorama/refs/heads/main/json-structure/openapi-create-package-import-job-request-structure.json", "name": "CreatePackageImportJobRequest", "description": "CreatePackageImportJobRequest schema from Amazon Panorama", "type": "object", "properties": { "ClientToken": { "allOf": [ { "$ref": "#/components/schemas/ClientToken" }, { "description": "A client token for the package import job." } ] }, "InputConfig": { "allOf": [ { "$ref": "#/components/schemas/PackageImportJobInputConfig" }, { "description": "An input config for the package import job." } ] }, "JobTags": { "allOf": [ { "$ref": "#/components/schemas/JobTagsList" }, { "description": "Tags for the package import job." } ] }, "JobType": { "allOf": [ { "$ref": "#/components/schemas/PackageImportJobType" }, { "description": "A job type for the package import job." } ] }, "OutputConfig": { "allOf": [ { "$ref": "#/components/schemas/PackageImportJobOutputConfig" }, { "description": "An output config for the package import job." } ] } }, "required": [ "ClientToken", "InputConfig", "JobType", "OutputConfig" ] }