Object propertyDescription
idString Unique identifier for this detection
categoryString Category name, for the rewrite endpoint, it will always be experimental
subcategoryString Subcategory name of this detection, for the rewrite endpoint, it will always be manual-rewrite
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": "3d9ed73e76246acd6cea57bc088d2751baae0633-14efa11f",
    "category": "experimental",
    "subcategory": "manual-rewrite",
    "start": 0,
    "length": 30,
    "message": "Consider the following options to rework your sentence.",
    "sections": [
        {
            "corrections": [
                {
                    "id": "0ab7e4e4",
                    "text": "<strong>That's </strong>a really bad sentence.",
                    "replacement": {
                        "offset": 0,
                        "length": 30,
                        "text": "That's a really bad sentence."
                    }
                }
            ],
            "description": "Reword",
            "id": "ade2273e"
        },
        {
            "corrections": [
                {
                    "id": "6ba3e51e",
                    "text": "<strong>It's </strong>a really bad sentence.",
                    "replacement": {
                        "offset": 0,
                        "length": 30,
                        "text": "It's a really bad sentence."
                    }
                }
            ],
            "description": "Restructure",
            "id": "f0e57f89"
        },
        {
            "corrections": [
                {
                    "id": "7e84e7c4",
                    "text": "<strong>That </strong>is a really bad sentence.",
                    "replacement": {
                        "offset": 0,
                        "length": 30,
                        "text": "That is a really bad sentence."
                    }
                }
            ],
            "description": "Reword",
            "id": "7dc54f54"
        }
    ]
}