diff options
Diffstat (limited to 'test/data/json.json')
-rw-r--r-- | test/data/json.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/data/json.json b/test/data/json.json index 1f856033..abe2e339 100644 --- a/test/data/json.json +++ b/test/data/json.json @@ -166,6 +166,12 @@ "schema": "ext/data/schemas/dictionary-term-bank-v3-schema.json" }, { + "path": "test/data/dictionaries/valid-dictionary1/term_bank_2.json", + "typeFile": "types/ext/dictionary-data.d.ts", + "type": "TermV3Array", + "schema": "ext/data/schemas/dictionary-term-bank-v3-schema.json" + }, + { "path": "test/data/dictionaries/valid-dictionary1/term_meta_bank_1.json", "typeFile": "types/ext/dictionary-data.d.ts", "type": "TermMetaArray", |