{
	"$id": "/inference/schemas/image-to-video/output.json",
	"$schema": "http://json-schema.org/draft-06/schema#",
	"description": "Outputs of inference for the Image To Video task",
	"title": "ImageToVideoOutput",
	"type": "object",
	"properties": {
		"video": {
			"description": "The generated video returned as raw bytes in the payload."
		}
	},
	"required": ["video"]
}
