snowplow / schema-guru

JSONs -> JSON Schema
http://snowplowanalytics.com
151 stars 20 forks source link

Support for newer drafts? #178

Open handrews opened 6 years ago

handrews commented 6 years ago

Hello- I'm dropping by from the JSON Schema spec team to notify this project that the current draft is draft-07, which is a minor update of the more significant draft-06.

Guide for core and validation Guide for hyper-schema

Note that implementations that do not support at least draft-06 will soon be moved to an "obsolete" or "older" section of the json-schema.org web site. Implementations supporting draft-06 or newer will remain prominently featured on the existing implementations page.

For tools generating schemas that do not specify a draft, this would just mean not emitting any keywords that are incompatible with draft-06.

alexanderdean commented 6 years ago

Thanks for the heads-up @handrews !

chuwy commented 6 years ago

Yep, thanks for heads-up. This is pending for similar issue from Iglu (schema-guru's main consumer) https://github.com/snowplow/iglu/issues/303, but definitely on our radar