FacetOptionList

EnergyGovernmentRenewable EnergyElectricityNatural GasPetroleumSolarWindElectric VehiclesAlternative FuelsNuclearScientific Research

Properties

Name Type Description
totalFacetOptions integer
facetOptions array
View JSON Schema on GitHub

JSON Schema

facetoptionlist.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "FacetOptionList",
  "properties": {
    "totalFacetOptions": {
      "type": "integer"
    },
    "facetOptions": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "type": "object"
}