Skip to content

Commit 955d185

Browse files
authoredApr 12, 2025
Merge pull request #1576 from jviotti/draft4-links-dependencies-invalid
Fix `links` not adhering to its meta-schema given invalid `dependencies`
2 parents dba92b7 + 73a78fb commit 955d185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎links.json

+1-1
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)
Please sign in to comment.