{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListEmbedJobsResponse", "title": "ListEmbedJobsResponse", "type": "object", "properties": { "embed_jobs": { "type": "array", "description": "A list of embed jobs for the authenticated user.", "items": { "$ref": "#/components/schemas/EmbedJob" } } } }