Hi Nathan,
That’s really odd - I’ve checked that the JSON data validates against your schema.
The error message suggests that Snowplow Mini is validating the data against another schema - one that doesn’t contain the different fields in the JSON i.e. answer_time
, bill_cost
. Is it possible that you’ve uploaded an incorrect schema to Snowplow Mini? Note that if you’ve updated a schema, you’ll need to reboot the instance to refresh the schema cache. (See this post for schema caching details.)
I would recommend:
- Check fetching the schema from Iglu Server on Snowplow Mini to confirm the correct version has been uploaded
- Reboot the instance
Let me know if that addresses the issue,
Yali