records
Day-ahead nominated capacity - by border
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":"ods020",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/ods020"
}
] - "definitions":{
- "ods020":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/ods020_records"
}
}
} - "records":
} - "properties":
- "ods020_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."
} - "import_value":,{
- "type":"number",
- "title":"Import to Belgium",
- "description":"The amount of allocated cross-border capacity (in MW) that has been scheduled to be imported into Belgium at a border based on day-ahead nominated capacities.",
- "unit":"MW"
} - "export_value":,{
- "type":"number",
- "title":"Export from Belgium",
- "description":"The amount of allocated cross-border capacity (in MW) that has been scheduled to be exported from Belgium at a border based on day-ahead nominated capacities.",
- "unit":"MW"
} - "country":{
- "type":"string",
- "title":"Country",
- "description":"The name of the country. "
}
} - "datetime":
}
} - "fields":
} - "properties":
} - "ods020":
}