{
  "openapi" : "3.0.1",
  "info" : {
    "title" : "Lane Use Management Signals",
    "description" : "This dataset contains travel time, delay, congestion and speed calculated \nby an application from data sourced from Bluetooth receivers installed across the traffic network.\n",
    "version" : "1.0",
    "x-summary" : "This dataset contains the Lane Use Management Signals (LUMS) along the Victorian Freeway Network.  Data is updated in near real-time."
  },
  "servers" : [ {
    "url" : "https://api.opendata.transport.vic.gov.au/opendata/roads/lums/v1"
  } ],
  "security" : [ {
    "API.Key" : [ ]
  } ],
  "paths" : {
    "/sites" : {
      "get" : {
        "summary" : "GetAllSites",
        "description" : "Get all Lane Use Management Signals Sites",
        "operationId" : "GetAllSites",
        "responses" : {
          "200" : {
            "description" : "The OK response"
          }
        }
      }
    }
  },
  "components" : {
    "securitySchemes" : {
      "API.Key" : {
        "type" : "apiKey",
        "description" : "API Key",
        "name" : "KeyId",
        "in" : "header"
      }
    }
  }
}