Skip to content

Commit b9dc790

Browse files
authored
feat: support x-tombi-string-formats. (SchemaStore#4972)
1 parent 1ad4183 commit b9dc790

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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

cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)