Flexibility Bids
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":"flexibility_bids",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/flexibility_bids"
}
] - "definitions":{
- "flexibility_bids":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/flexibility_bids_records"
}
}
} - "records":
} - "properties":
- "flexibility_bids_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "bid_id":,{
- "type":"string",
- "title":"Bid ID",
- "description":""
} - "ballot_id":,{
- "type":"string",
- "title":"Ballot ID",
- "description":""
} - "bid_type":,{
- "type":"string",
- "title":"Bid Type",
- "description":""
} - "approved":,{
- "type":"string",
- "title":"Approved",
- "description":""
} - "flex_provider_name":,{
- "type":"string",
- "title":"Flex Provider Name",
- "description":""
} - "system_operator_name":,{
- "type":"string",
- "title":"System Operator Name",
- "description":""
} - "bid_capacity":,{
- "type":"number",
- "title":"Capacity",
- "description":""
} - "max_runtime":,{
- "type":"string",
- "title":"Max Runtime",
- "description":""
} - "competition_id":,{
- "type":"string",
- "title":"Competition ID",
- "description":""
} - "service_window_id":,{
- "type":"string",
- "title":"Service Window ID",
- "description":""
} - "rates_expand_type":,{
- "type":"string",
- "title":"Rates Type",
- "description":""
} - "rates_expand_value":,{
- "type":"number",
- "title":"Rates Value",
- "description":""
} - "bids_mwh":,{
- "type":"number",
- "title":"MWH",
- "description":""
} - "competition_start_copy":,{
- "type":"string",
- "format":"date",
- "title":"Competition Open Date Copy",
- "description":""
} - "name":{
- "type":"string",
- "title":"Name of Tender Competitions",
- "description":"The human-readable name given to this Competition."
}
} - "bid_id":
}
} - "fields":
} - "properties":
} - "flexibility_bids":
}