{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EmbeddedWidgetRequest", "title": "EmbeddedWidgetRequest", "type": "object", "required": [ "allowedOrigin", "externalUserId", "organizationId" ], "properties": { "allowedOrigin": { "type": "string" }, "externalUserId": { "type": "string" }, "organizationId": { "type": "string", "format": "uuid" } }, "x-speakeasy-component": true }