KAPSARC Global Energy Relations Dataset (GERD)

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
file
               

No description available for this field.

Name (identifier)
file
Type
file
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "gerd_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "file":
              {
              • "type":"string",
              • "title":"file",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets