FinalRouteResponseContainer

EnergyGovernmentRenewable EnergyElectricityNatural GasPetroleumSolarWindElectric VehiclesAlternative FuelsNuclearScientific Research

Properties

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

JSON Schema

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