SubscriptionNextPage

{
  "topic": "_/_/things/twin/search/next",
  "headers": {
    "content-type": "application/vnd.eclipse.ditto+json"
  },
  "path": "/",
  "value": {
    "subscriptionId": "24601",
    "items": [{
        "thingId": "default:thing1",
        "attributes": {
          "temperature": 35
        }
      },
      {
        "thingId": "default:thing2",
        "attributes": {
          "temperature": 35
        }
      }]
  }
}