{
  "type": "object",
  "properties": {
      "id": {
          "type": "string"
      },
      "topicId": {
          "type": "string"
      },
      "range": {
          "type": "string"
      }
  },
  "required": [
      "id",
      "range",
      "topicId"
  ]
}