Flexibility Dispatch
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":"flex_dispatch",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/flex_dispatch"
}
] - "definitions":{
- "flex_dispatch":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/flex_dispatch_records"
}
}
} - "records":
} - "properties":
- "flex_dispatch_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "id":,{
- "type":"string",
- "title":"Dispatch ID",
- "description":"Use this field to find the matching dispatch on the Piclo platform if you need more information. "
} - "capacity":,{
- "type":"number",
- "title":"Dispatch Capacity (MW)",
- "description":"The total power requested based on the dispatch instruction. "
} - "mwh":,{
- "type":"number",
- "title":"Dispatch Volume (MWh)",
- "description":""
} - "start":,{
- "type":"string",
- "format":"date-time",
- "title":"Start Time",
- "description":"Start date of a service period for delivery of flexibility services. "
} - "end":,{
- "type":"string",
- "format":"date-time",
- "title":"End Time",
- "description":"End date of a service period for delivery of flexibility services. "
} - "hours":,{
- "type":"number",
- "title":"Duration",
- "description":""
} - "flex_provider_id":,{
- "type":"string",
- "title":"Flex Provider ID",
- "description":"Piclo generated ID to represent Flexibility Service Provider. "
} - "need_direction":,{
- "type":"string",
- "title":"Dispatch Direction",
- "description":"The direction the requirement is needed from the Asset's point of view. For active competitons: 'deficit' = 'Generation turn up/Consumption turn down' 'excess' = 'Generation turn down/Consumption turn up'. For reactive competitions: 'import' = 'Leading' 'export' = 'Lagging'"
} - "obligation_id":,{
- "type":"string",
- "title":"Obligation ID",
- "description":"Use this field to link with other data points in Piclo. "
} - "power_type":,{
- "type":"string",
- "title":"Power Type",
- "description":"The type of power service for the competition. "
} - "status":,{
- "type":"string",
- "title":"Dispatch Status",
- "description":"Shows that the dispatch event is planned and scheduled for execution at a future date/time."
} - "service_window_id":,{
- "type":"string",
- "title":"service_window_id",
- "description":""
} - "filtrt_start":,{
- "type":"string",
- "format":"date",
- "title":"Filter Start",
- "description":""
} - "competition_start_copy":,{
- "type":"string",
- "format":"date",
- "title":"Competition Open Date Copy",
- "description":""
} - "competition_start_filter":{
- "type":"string",
- "format":"date",
- "title":"competition_start_filter",
- "description":""
}
} - "id":
}
} - "fields":
} - "properties":
} - "flex_dispatch":
}