Document schema
A Remède word document contains everything about a word stored in Remède's database.
Download Remède Document JSON Schema
Or use it into your JSON files:
JSON schema of an indexed word by Remède looks like:
Here are the specifications of each field :
synonyms
([]string
): List of synonymsantonyms
([]string
): List of antonymsetymologies
([]string
): List of etymologiesdefinitions
([]{}
): List of objects containing a word definitiongender
(string
): The gender of defined wordnature
(string
): The grammar class of defined wordexplanations
([]string
): List of possible explanation of defined wordexamples
([]string
): List of examples sentences using this word (NOT IMPLEMENTED)
plurals
({}[]
): The word pluralslabel
: A label related to the type of the pluralsingular
: The word as singularplural
: The plural of the word
source
(string[]
):A list of sources ids, to be displayed in interface. Their urls and link can be found at app/src/functions/sources.ts. Sources are also described at Database Credits page.phoneme
(string
): International Phonetic Alphabet pronunciation of the wordpronunciation
({}
): Word pronunications audiosaudio
(string
): Word audio URLcredits
(string
): Word credits URL
conjugations
({}
): Object containing word's conjugations[mode name]
({}
): Object containing conjugations' tenses for mode[tense name]
({}
): Object containing subjects of tense[subject]
(string
): Verbal form (ofmode, tense, subject
)
Last updated
Was this helpful?