Routes

EnergyGovernmentRenewable EnergyElectricityNatural GasPetroleumSolarWindElectric VehiclesAlternative FuelsNuclearScientific Research

Properties

Name Type Description
routes array
id string
name string
description string
View JSON Schema on GitHub

JSON Schema

routes.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Routes",
  "properties": {
    "routes": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  },
  "type": "object"
}