{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-rekognition/refs/heads/main/json-schema/amazon-rekognition-start-video-job-response-schema.json", "title": "StartVideoJobResponse", "description": "StartVideoJobResponse schema from Amazon Rekognition", "type": "object", "properties": { "JobId": { "type": "string", "description": "The identifier for the video analysis job.", "example": "1234567890abcdef" } } }