Skip to content

Commit

Permalink
add originating app metadata to broadcast event
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswest committed Jul 16, 2024
1 parent fcc5bf4 commit d941719
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schemas/api/broadcastEvent.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
"$ref": "../context/context.schema.json",
"title": "Context",
"description": "The context object that was broadcast."
},
"originatingApp": {
"title": "Originating AppIdentifier",
"description": "Details of the application instance that broadcast the context",
"$ref": "api.schema.json#/definitions/AppIdentifier"
}
},
"additionalProperties": false,
Expand Down

0 comments on commit d941719

Please sign in to comment.