Skip to content

Commit

Permalink
Fix reference for createCaseNotification
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzondervan committed Oct 2, 2024
1 parent 6cd053e commit 0ab4521
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "CreateCaseNotification",
"$id": "https://example.com/action/vrijbrp.createStatusNotification.action.json",
"$id": "https://example.com/action/vrijbrp.createCaseNotification.action.json",
"$schema": "https://docs.commongateway.nl/schemas/Action.schema.json",
"version": "0.0.1",
"description": "This is an example Action. This action is triggered when commongateway.object.create event is thrown and the data (object) of the event has entity = https://example.com/schema/example.schema.json. In order for this condition to work the ref https://example.com/schema/example.schema.json has to be translated to an id, see installation.json['actions']['fixConfigRef'] for how to do this.",
Expand Down

0 comments on commit 0ab4521

Please sign in to comment.