mgw / tests /events /request_thesaurus_custom.json
alessandro trinca tornidor
feat: improve the initial /thesaurus-custom endpoint
88320db
{
"word": "happy",
"related": [
{
"definition": "Feeling or showing pleasure or contentment.",
"type": "synonym",
"words": ["joyful", "content", "cheerful", "elated"]
},
{
"definition": "Feeling or showing sorrow; unhappy.",
"type": "antonym",
"words": ["sad", "unhappy"]
}
]
}