Problems with validating schema through snowplow chrome extension

I keep getting an “invalid iglu uri identifying schema” error when attempting to validate a custom schema I’ve created and am having trouble diagnosing the issue.

Hi @slawrence,

Can you show us example of tracking code? I assume you specified Iglu URI not conforming format iglu:vendor/name/format/X-Y-Z.

You were right. I’m currently trying to validate pre-released SNAPSHOT versions of my schemas which do not adhere to the format. However is it possible for to me to have a schema that is still recognized.

At the moment the Chrome extension will only validate Iglu URIs that conform to the SchemaVer spec. If you’re sending through a URI that doesn’t meet this spec (as above) it’ll show up invalid.