{
  "$schema": "http://json-schema.org/draft-06/schema#",
  "type": "object",
  "title": "TopologySelectedResponse",
  "description": "Topology Selected PI_JSON",
  "additionalProperties": false,
  "required": [
    "topologyNodeId"
  ],
  "properties": {
    "topologyNodeId": {
      "type": "string",
      "description": "Id of the selected topology node"
    }
  }
}
