Event Version
Event Version configuration on data.json
requires following basic structure.
uniqueness/path need to contain identifier field from event notification.
{
"id": "1e8409e5-5dad-469f-977a-77e7b151468d",
"name": "1.0.0",
"setting": {
"uniqueness": {
"path": [
"params",
"body",
"value",
0,
"resourceData",
"id"
]
}
}
}
If id
is not provided, CLI will autogenerate it and insert it into the file before creating a new event version.
If id
is provided, CLI will update the event version with that id
.
Helpful?