Skip to content

Commit 8f92546

Browse files
Tell Tombi to sort Cargo.toml lints better (SchemaStore#5186)
Co-authored-by: ya7010 <[email protected]>
1 parent 9984c52 commit 8f92546

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/schemas/json/cargo.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,11 @@
359359
"x-tombi-table-keys-order": "version-sort"
360360
}
361361
},
362-
"additionalProperties": false,
363-
"x-tombi-table-keys-order": "version-sort"
362+
"additionalProperties": true,
363+
"x-tombi-table-keys-order": {
364+
"properties": "schema",
365+
"additionalProperties": "version-sort"
366+
}
364367
},
365368
"Lto": {
366369
"title": "Lto",

0 commit comments

Comments
 (0)