Frequency

EnergyGovernmentRenewable EnergyElectricityNatural GasPetroleumSolarWindElectric VehiclesAlternative FuelsNuclearScientific Research

Properties

Name Type Description
id string
description string
format string
query string
View JSON Schema on GitHub

JSON Schema

frequency.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Frequency",
  "properties": {
    "id": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "format": {
      "type": "string"
    },
    "query": {
      "type": "string"
    }
  },
  "type": "object"
}