records
Intraday implicit net position (Belgium's balance)
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":"ods022",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/ods022"
}
] - "definitions":{
- "ods022":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/ods022_records"
}
}
} - "records":
} - "properties":
- "ods022_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "datetime":,{
- "type":"string",
- "format":"date-time",
- "title":"Datetime",
- "description":"Time at which the interval starts."
} - "resolutioncode":,{
- "type":"string",
- "title":"Resolution code",
- "description":"Length of the time interval expressed in compliance with ISO 8601."
} - "implicitnetposition":{
- "type":"number",
- "title":"Implicit net position",
- "description":"Belgiums balance calculated by totalling up all nominated capacity at different moments. The convention is used that exports are positive and imports negative.",
- "unit":"MW"
}
} - "datetime":
}
} - "fields":
} - "properties":
} - "ods022":
}