Energy Exchanges on the GCCIA Interconnector
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"energy-exchanges-on-the-gccia-interconnector",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/energy-exchanges-on-the-gccia-interconnector"
}
] - "definitions":{
- "energy-exchanges-on-the-gccia-interconnector":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/energy-exchanges-on-the-gccia-interconnector_records"
}
}
} - "records":
} - "properties":
- "energy-exchanges-on-the-gccia-interconnector_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "energy-exchanges-on-the-gccia-interconnector":