Environmental Performance Index
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"environmental-performance-index",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/environmental-performance-index"
}
] - "definitions":{
- "environmental-performance-index":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/environmental-performance-index_records"
}
}
} - "records":
} - "properties":
- "environmental-performance-index_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "title":"Date",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "indicator_weight":,{
- "type":"integer",
- "title":"Indicator Weight",
- "description":""
} - "location":,{
- "type":"string",
- "title":"Location",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "environmental-performance-index":