{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-vision/refs/heads/main/json-schema/amazon-lookout-for-vision-start-model-packaging-job-response-schema.json", "title": "StartModelPackagingJobResponse", "description": "StartModelPackagingJobResponse schema from Amazon Lookout for Vision API", "type": "object", "properties": { "JobName": { "allOf": [ { "$ref": "#/components/schemas/ModelPackagingJobName" }, { "description": "The job name for the model packaging job. If you don't supply a job name in the JobName input parameter, the service creates a job name for you. " } ] } } }