SP Energy Networks Data Roadmap - 2025
Dataset schema
Click to expand Click to collapse
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "name":
}
} - "fields":
} - "properties":
} - "roadmap":
}