Object propertyDescription
idString Unique identifier for this detection
categoryString Category name, for the synonym endpoint, it will always be synonym
subcategoryString Category name, for the synonym endpoint, it will always be manual-synonym
startNumber The starting index of the detection range relative to the start of the document text
lengthNumber The length of the detection range
messageString The message describing the detection
sectionsArray List of suggestions for this synonyms
{
    "id": "8426d219d8e015f377111d4dd25e2513543966fe-316f586e",
    "category": "synonym",
    "subcategory": "manual-synonym",
    "start": 7,
    "length": 6,
    "message": "Consider these alternatives for \"charge\"",
    "sections": [
        {
            "posTag": "verb",
            "description": "to fill",
            "corrections": [
                {
                    "id": "53384d58",
                    "text": "suffuse"
                },
                {
                    "id": "4d76c225",
                    "text": "lade"
                },
                {
                    "id": "791be3b3",
                    "text": "fill"
                }
            ],
            "id": "172de1eb"
        },
        {
            "posTag": "verb",
            "description": "to accuse",
            "corrections": [
                {
                    "id": "def6aa38",
                    "text": "arraign"
                },
                {
                    "id": "b917e422",
                    "text": "incriminate"
                },
                {
                    "id": "7d3e6fc2",
                    "text": "indict"
                },
                {
                    "id": "dd6ed886",
                    "text": "impeach"
                },
                {
                    "id": "9af67268",
                    "text": "accuse"
                }
            ],
            "id": "6ea59c54"
        },
        {
            "posTag": "verb",
            "description": "to command",
            "corrections": [
                {
                    "id": "567e763b",
                    "text": "exhort"
                },
                {
                    "id": "d8d247a3",
                    "text": "enjoin"
                },
                {
                    "id": "b915f08d",
                    "text": "entrust"
                },
                {
                    "id": "fcd95dd1",
                    "text": "instruct"
                },
                {
                    "id": "5905bb75",
                    "text": "bid"
                },
                {
                    "id": "a1720dc3",
                    "text": "require"
                },
                {
                    "id": "6b42a773",
                    "text": "command"
                },
                {
                    "id": "809b2e85",
                    "text": "demand"
                }
            ],
            "id": "21da1978"
        },
        {
            "posTag": "verb",
            "description": "to rush",
            "corrections": [
                {
                    "id": "a8afb7b4",
                    "text": "stampede"
                },
                {
                    "id": "2590430d",
                    "text": "rush"
                },
                {
                    "id": "ebd550a8",
                    "text": "storm"
                }
            ],
            "id": "f74fe301"
        }
    ]
}