File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -322,6 +322,10 @@ Used by: `tombi-toml/tombi`. See [this](https://tombi-toml.github.io/tombi/docs/
322322
323323Used 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
327331Used by: ` tombi-toml/tombi ` . See [ this] ( https://tombi-toml.github.io/tombi/docs/json-schema#x-tombi-table-keys-order ) for details.
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments