FinalRouteResponse

EnergyGovernmentRenewable EnergyElectricityNatural GasPetroleumSolarWindElectric VehiclesAlternative FuelsNuclearScientific Research

Properties

Name Type Description
response object
request object
View JSON Schema on GitHub

JSON Schema

finalrouteresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "FinalRouteResponse",
  "properties": {
    "response": {
      "$ref": "#/components/schemas/FinalRoute"
    },
    "request": {
      "$ref": "#/components/schemas/RouteRequest"
    }
  },
  "type": "object"
}