aboutsummaryrefslogtreecommitdiff
path: root/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json
Commit message (Collapse)AuthorAge
* Add eslint eol-last rule (#662)Cashew2024-02-10
| | | | | | | * add eol-last eslint rule * fix lint * update css-json.test
* Remove unnecessary array (#464)toasted-nutbread2023-12-28
|
* add phonetic transcriptions term meta type (#434)StefanVukovic992023-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move dictionary files to dictionary folder * wip * move dictionary files to dictionary folder * add ipa term meta * wip * fixing comments wip * fixing comments wip * fixing comments wip * fixing comments wip * fixing comments wip * fixing comments wip * fix comments * fix comments * update test data * fix gitignore * engines * add tests * update database test * fix test
* Fix issues in build-libs (#354)toasted-nutbread2023-12-11
|
* Replace JsonSchema with ajv for dictionary validationDarius Jahandarie2023-11-03
|
* Use "const" instead of "enum" with one value (#2259)toasted-nutbread2022-10-16
|
* Update some JSON schemas to be more compliant to the spec (#2136)toasted-nutbread2022-05-16
|
* String frequency support (#1989)toasted-nutbread2021-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | * Restore support for string frequency values * Add support for {value, displayValue} frequencies * Update test data * Improve number parsing of string frequencies * Improve reading detection * Expose a displayValue property for frequency information * Update docs * Expose displayValue to Anki note data * Fix translator * Update display generation * Update test data * Update counts
* Ensure frequency values are always numbers (#1943)toasted-nutbread2021-09-26
|
* Devoice and nasal pronunciation info (#1832)toasted-nutbread2021-07-15
| | | | | | | | | | | | | * Update schema to support information about nasal and devoiced mora * Expose nasalPositions and devoicePositions in dictionary entry data * Expose nasalPositions, devoicePositions in grouped pitch info * Update display generator * Update test dictionary data * Update test data
* Update schema descriptions to be less redundant (#1721)toasted-nutbread2021-05-30
|
* Move data folder (#1371)toasted-nutbread2021-02-12
* Move handlebars template files * Move schema files