DataResponse

EnergyGovernmentRenewable EnergyElectricityNatural GasPetroleumSolarWindElectric VehiclesAlternative FuelsNuclearScientific Research

Properties

Name Type Description
data object
dateFormat string
description string
frequency string
total integer
View JSON Schema on GitHub

JSON Schema

dataresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DataResponse",
  "properties": {
    "data": {},
    "dateFormat": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "frequency": {
      "type": "string"
    },
    "total": {
      "type": "integer"
    }
  },
  "type": "object"
}