SP Energy Networks Data Roadmap - 2025

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
name
               

No description available for this field.

Name (identifier)
name
Type
text
Sample
                       
quarter
               

No description available for this field.

Name (identifier)
quarter
Type
text
Sample
                       
date
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       
description
               

No description available for this field.

Name (identifier)
description
Type
text
Sample
                       
status
               

No description available for this field.

Name (identifier)
status
Type
text
Sample
                       
topic
               

No description available for this field.

Name (identifier)
topic
Type
text
Sample
                       
type
               

No description available for this field.

Name (identifier)
type
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"roadmap",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/roadmap"
      }
    ]
    ,
  • "definitions":
    {
    • "roadmap":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/roadmap_records"
            }
          }
        }
      }
      ,
    • "roadmap_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "name":
              {
              • "type":"string",
              • "title":"name",
              • "description":""
              }
              ,
            • "quarter":
              {
              • "type":"string",
              • "title":"quarter",
              • "description":""
              }
              ,
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"date",
              • "description":""
              }
              ,
            • "description":
              {
              • "type":"string",
              • "title":"description",
              • "description":""
              }
              ,
            • "status":
              {
              • "type":"string",
              • "title":"status",
              • "description":""
              }
              ,
            • "topic":
              {
              • "type":"string",
              • "title":"topic",
              • "description":""
              }
              ,
            • "type":
              {
              • "type":"string",
              • "title":"type",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets