Skip to content

Commit 8801923

Browse files
authored
feat: add x-tombi-array-values-order-by keyword. (SchemaStore#4984)
1 parent 5ecefe9 commit 8801923

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,10 @@ Used by: `tombi-toml/tombi`. See [this](https://tombi-toml.github.io/tombi/docs/
322322

323323
Used by: `tombi-toml/tombi`. See [this](https://tombi-toml.github.io/tombi/docs/json-schema#x-tombi-array-values-order) for details.
324324

325+
**`x-tombi-array-values-order-by`**
326+
327+
Used by: `tombi-toml/tombi`. See [this](https://tombi-toml.github.io/tombi/docs/json-schema#x-tombi-array-values-order-by) for details.
328+
325329
**`x-tombi-table-keys-order`**
326330

327331
Used by: `tombi-toml/tombi`. See [this](https://tombi-toml.github.io/tombi/docs/json-schema#x-tombi-table-keys-order) for details.

cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ async function ajvFactory(
504504
'x-taplo-info',
505505
'x-tombi-toml-version',
506506
'x-tombi-array-values-order',
507+
'x-tombi-array-values-order-by',
507508
'x-tombi-table-keys-order',
508509
'x-tombi-string-formats',
509510
'x-intellij-language-injection',

0 commit comments

Comments
 (0)