{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreateVideoResponse", "type": "object", "description": "The result of creating a video.", "properties": { "objectId": { "type": "string", "description": "The object ID of the created video." } } }