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
@sboosali proposed to port json-schema examples to schematic and document how the json-schema export works, so I'm separating this as an isolated issue.
@sboosali proposed to port json-schema examples to schematic and document how the json-schema export works, so I'm separating this as an isolated issue.
As you can see, this library is very conservative in regard of json-schema version:
https://github.com/typeable/schematic/blob/master/src/Data/Schematic/JsonSchema.hs#L25
I haven't checked if it's compatible with newer drafts, but it's highly possible because schematic uses a strict subset of json-schema.
The text was updated successfully, but these errors were encountered: