Skip to content

Commit ce59e48

Browse files
authored
feat: add x-tombi-additional-key-label (SchemaStore#5014)
1 parent be82543 commit ce59e48

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
@@ -334,6 +334,10 @@ Used by: `tombi-toml/tombi`. See [this](https://tombi-toml.github.io/tombi/docs/
334334

335335
Used by: `tombi-toml/tombi`. See [this](https://tombi-toml.github.io/tombi/docs/json-schema#x-tombi-string-formats) for details.
336336

337+
**`x-tombi-additional-key-label`**
338+
339+
Used by: `tombi-toml/tombi`. See [this](https://tombi-toml.github.io/tombi/docs/json-schema#x-tombi-additional-key-label) for details.
340+
337341
**`x-intellij-language-injection`**
338342

339343
Used by Intellij.

cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ async function ajvFactory(
507507
'x-tombi-array-values-order-by',
508508
'x-tombi-table-keys-order',
509509
'x-tombi-string-formats',
510+
'x-tombi-additional-key-label',
510511
'x-intellij-language-injection',
511512
'x-intellij-html-description',
512513
'x-intellij-enum-metadata',

0 commit comments

Comments
 (0)