| Object property | Description | 
|---|---|
| id | String Unique identifier for this detection | 
| category | String Category name, for the rewrite endpoint, it will always be experimental | 
| subcategory | String Subcategory name of this detection, for the rewrite endpoint, it will always be manual-rewrite | 
| start | Number The starting index of the detection range relative to the start of the document text | 
| length | Number The length of the detection range | 
| message | String The message describing the detection | 
| sections | Array 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"
        }
    ]
}
