Skip to content

Commit 9fe74ea

Browse files
authored
Change link to JSON Schema specification (#390)
1 parent 25c952d commit 9fe74ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ const numberKeywords = [
189189

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

0 commit comments

Comments
 (0)