Skip to content

Commit 73a78fb

Browse files
committed
Fix links not adhering to its meta-schema given invalid dependencies
In Draft 4, `dependencies` is either a schema or an array of unique strings. See: https://json-schema.org/draft-04/draft-fge-json-schema-validation-00#rfc.section.5.4.5 See: https://www.learnjsonschema.com/draft4/validation/dependencies/ Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent d4c5b3a commit 73a78fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"required" : ["rel", "href"],
3737

3838
"dependencies" : {
39-
"enctype" : "method"
39+
"enctype" : ["method"]
4040
}
4141
}

0 commit comments

Comments
 (0)