File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -316,15 +316,19 @@ Used by: `tamasfe/taplo`.
316316
317317** ` x-tombi-toml-version ` **
318318
319- Used by: ` tombi-toml/tombi ` .
319+ Used by: ` tombi-toml/tombi ` . See [ this ] ( https://tombi-toml.github.io/tombi/docs/json-schema#x-tombi-toml-version ) for details.
320320
321321** ` x-tombi-array-values-order ` **
322322
323- Used by: ` tombi-toml/tombi ` .
323+ Used by: ` tombi-toml/tombi ` . See [ this ] ( https://tombi-toml.github.io/tombi/docs/json-schema#x-tombi-array-values-order ) for details.
324324
325325** ` x-tombi-table-keys-order ` **
326326
327- Used by: ` tombi-toml/tombi ` .
327+ Used by: ` tombi-toml/tombi ` . See [ this] ( https://tombi-toml.github.io/tombi/docs/json-schema#x-tombi-table-keys-order ) for details.
328+
329+ ** ` x-tombi-string-formats ` **
330+
331+ Used by: ` tombi-toml/tombi ` . See [ this] ( https://tombi-toml.github.io/tombi/docs/json-schema#x-tombi-string-formats ) for details.
328332
329333** ` x-intellij-language-injection ` **
330334
Original file line number Diff line number Diff line change @@ -505,6 +505,7 @@ async function ajvFactory(
505505 'x-tombi-toml-version' ,
506506 'x-tombi-array-values-order' ,
507507 'x-tombi-table-keys-order' ,
508+ 'x-tombi-string-formats' ,
508509 'x-intellij-language-injection' ,
509510 'x-intellij-html-description' ,
510511 'x-intellij-enum-metadata' ,
You can’t perform that action at this time.
0 commit comments