zaggino / z-schema

JSON Schema validator written in JavaScript for NodeJS and Browsers
Other
340 stars 91 forks source link

zSchema doesn't support json-schema post 2020-12 #268

Open LoicBoursin opened 3 years ago

LoicBoursin commented 3 years ago

When working on https://github.com/APIDevTools/swagger-parser/pull/171/files, I noted that at https://github.com/zaggino/z-schema/blob/1fa0109011098e5eb7cf7d7da98dff437a16abe8/src/ZSchema.js#L127, it doesn't support json-schema draft (opposed to draft-04).