Skip to content

Commit 848a41a

Browse files
documentation update for subscription (#450)
* documentation update for subscription
1 parent bc6b017 commit 848a41a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

wiki/subscriptions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ the aggregated object will look like when writing the conditions. The
3434
requirements inside a subscription should reflect a wanted state of the
3535
aggregation, for example: "_Hey Eiffel Intelligence, let me know when my
3636
artifact has been published here!_" or "_I want to know when these two products
37-
have reached confidence level X_".
37+
have reached confidence level X_".
3838

3939
We will go through how to write some example requirements in a subscription
4040
based on the below aggregated object. What you see in the aggregation is
@@ -43,6 +43,9 @@ has also added an extra _id key with the value of the start event.
4343
This _id serves as an index in Mongo DB to speed up searches in the database.
4444
The below aggregation is based on the [Artifact rules](../src/main/resources/rules/ArtifactRules-Eiffel-Agen-Version.json).
4545

46+
It should be noted that requirements in subscriptions are written
47+
by using [JMESPath](https://jmespath.org/) language. And, here is the [JMESPATH specification](https://jmespath.org/specification.html).
48+
4649
**Aggregation from several Eiffel events:**
4750

4851
{

0 commit comments

Comments
 (0)