Sort

EnergyGovernmentRenewable EnergyElectricityNatural GasPetroleumSolarWindElectric VehiclesAlternative FuelsNuclearScientific Research

Properties

Name Type Description
column string
direction string
View JSON Schema on GitHub

JSON Schema

sort.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Sort",
  "properties": {
    "column": {
      "type": "string"
    },
    "direction": {
      "type": "string"
    }
  },
  "type": "object"
}