{
  "type": "object",
  "properties": {
      "markerId": {
          "type": "string"
      }
  },
  "required": [
      "markerId"
  ]
}