grid answer

Schema

Examples

Grid answer

{
  "type": "application/x.grid+json",
  "data": [
    {
      "cellId": "1",
      "text": "ipsum"
    },
    {
      "cellId": "2",
      "text": "amet"
    }
  ]
}