xatkit-runtime
xatkit-runtime copied to clipboard
JsonEventMatcher#match only matches top-level fields
The current implementation only compare top-level fields with the FieldValues provided in the addMatchableEvent. We should provide a way to match fields that are included in other fields.
This is not an issue in the current bots, because we use APIs that contain this information in the top-level elements of the returned JSON. Leaving this issue opened in case it happens for future APIs.