Document schema
A Remède word document contains everything about a word stored in Remède's database.
Last updated
Was this helpful?
A Remède word document contains everything about a word stored in Remède's database.
Last updated
Was this helpful?
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 synonyms
antonyms
([]string
): List of antonyms
etymologies
([]string
): List of etymologies
definitions
([]{}
): List of objects containing a word definition
gender
(string
): The gender of defined word
nature
(string
): The grammar class of defined word
explanations
([]string
): List of possible explanation of defined word
examples
([]string
): List of examples sentences using this word (NOT IMPLEMENTED)
plurals
({}[]
): The word plurals
label
: A label related to the type of the plural
singular
: The word as singular
plural
: The plural of the word
phoneme
(string
): International Phonetic Alphabet pronunciation of the word
pronunciation
({}
): Word pronunications audios
audio
(string
): Word audio URL
credits
(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 (of mode, tense, subject
)
source
(string[]
):A list of sources ids, to be displayed in interface. Their urls and link can be found at . Sources are also described at Database Credits page.