{ "$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-video-schema.json", "title": "Video", "description": "Video file stored in an Amazon S3 bucket.", "type": "object", "properties": { "S3Object": { "$ref": "#/components/schemas/S3Object" } } }