Skip to content

Commit c06e218

Browse files
authored
feat: add additional_property. (#4412)
1 parent 3cc34f2 commit c06e218

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/schemas/json/cargo.json

+2
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@
214214
}
215215
}
216216
},
217+
"additionalProperties": false,
217218
"x-taplo": {
218219
"initFields": ["version"]
219220
}
@@ -677,6 +678,7 @@
677678
}
678679
}
679680
},
681+
"additionalProperties": false,
680682
"x-taplo": {
681683
"links": {
682684
"key": "https://doc.rust-lang.org/cargo/reference/manifest.html#the-package-section"

0 commit comments

Comments
 (0)