Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broadcast Example not compatible with schema #1178

Closed
robmoffat opened this issue Mar 26, 2024 · 1 comment · Fixed by #1179
Closed

Broadcast Example not compatible with schema #1178

robmoffat opened this issue Mar 26, 2024 · 1 comment · Fixed by #1179
Labels
bug Something isn't working Desktop Agent Bridging Desktop Agent Bridging Discussion Group

Comments

@robmoffat
Copy link
Member

Minor Issue

Area of Issue

[ ] App Directory
[ ] API
[ ] Context Data
[ ] Intents
[x] Desktop Agent Bridging
[ ] Use Cases
[ ] Other

Issue Description:

On this page: https://fdc3.finos.org/docs/next/agent-bridging/ref/broadcast

The example is:

// agent-A -> DAB
{
    "type": "broadcastRequest",
    "payload": {
        "channelId": "myChannel",
        "context": { /*contextObj*/ }
    },
    "meta": {
        "requestUuid": "<requestUuid>",
        "timestamp": "2022-03-...",
        "source": [{
            "appId": "agentA-app1",
            "instanceId": "c6ad5174-6f78-4582-8e96-728d93a4d7d7"
        }]
    }
}

NB: Source is an array.

However here https://fdc3.finos.org/assets/files/broadcastAgentRequest.schema-ae49cce8b8e358ec2b04033bc8570357.json it is not.

@robmoffat robmoffat added bug Something isn't working Desktop Agent Bridging Desktop Agent Bridging Discussion Group labels Mar 26, 2024
@robmoffat
Copy link
Member Author

@kriswest fyi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Desktop Agent Bridging Desktop Agent Bridging Discussion Group
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant