KAPSARC Global Energy Relations Dataset (GERD)
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"gerd",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/gerd"
}
] - "definitions":{
- "gerd":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/gerd_records"
}
}
} - "records":
} - "properties":
- "gerd_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "file":{
- "type":"string",
- "title":"file",
- "description":""
}
} - "file":
}
} - "fields":
} - "properties":
} - "gerd":