Skip to content

Commit

Permalink
Change link to JSON Schema specification (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthyk committed Feb 11, 2022
1 parent 25c952d commit 9fe74ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const numberKeywords = [

/**
* Infer type based on keyword in order to generate optimized code
* https://json-schema.org/latest/json-schema-validation.html#rfc.section.6
* https://datatracker.ietf.org/doc/html/draft-handrews-json-schema-validation-01#section-6
*/
function inferTypeByKeyword (schema) {
// eslint-disable-next-line
Expand Down

0 comments on commit 9fe74ea

Please sign in to comment.