You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current example uses a mailchimp schema, and so the example contains this line:
"jsonPath": "$.data.['email', 'ip_opt']"
This has caused confusion as it seems to imply that the json path must always start with $.data. To avoid this confusion, we should change the example to use a schema which does not have the data sub-field.
The text was updated successfully, but these errors were encountered:
The current example uses a mailchimp schema, and so the example contains this line:
This has caused confusion as it seems to imply that the json path must always start with
$.data
. To avoid this confusion, we should change the example to use a schema which does not have thedata
sub-field.The text was updated successfully, but these errors were encountered: