{
  "data": {
    "fields": [
      {
        "id": "displayName",
        "type": "text",
        "name": "Display Name"
      },
      {
        "id": "firstName",
        "type": "text",
        "name": "First Name"
      },
      {
        "id": "lastName",
        "type": "text",
        "name": "Last Name"
      }
    ],
    "employees": [
      {
        "id": 123,
        "displayName": "John Doe",
        "firstName": "John",
        "lastName": "Doe"
      }
    ]
  }
}