FacetMetaData

EnergyGovernmentRenewable EnergyElectricityNatural GasPetroleumSolarWindElectric VehiclesAlternative FuelsNuclearScientific Research

Properties

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

JSON Schema

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