{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-structure/airbyte-embedded-widget-response-structure.json", "name": "EmbeddedWidgetResponse", "description": "EmbeddedWidgetResponse schema from Airbyte API", "type": "object", "properties": { "token": { "type": "string" } }, "required": [ "token" ] }