Flexibility Bids

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Bid ID
               

No description available for this field.

Name (identifier)
bid_id
Type
text
Sample
                       
Ballot ID
               

No description available for this field.

Name (identifier)
ballot_id
Type
text
Sample
                       
Bid Type
               

No description available for this field.

Name (identifier)
bid_type
Type
text
Sample
                       
Approved
               

No description available for this field.

Name (identifier)
approved
Type
text
Sample
                       
Flex Provider Name
               

No description available for this field.

Name (identifier)
flex_provider_name
Type
text
Sample
                       
System Operator Name
               

No description available for this field.

Name (identifier)
system_operator_name
Type
text
Sample
                       
Capacity
               

No description available for this field.

Name (identifier)
bid_capacity
Type
decimal
Sample
                       
Max Runtime
               

No description available for this field.

Name (identifier)
max_runtime
Type
text
Sample
                       
Competition ID
               

No description available for this field.

Name (identifier)
competition_id
Type
text
Sample
                       
Service Window ID
               

No description available for this field.

Name (identifier)
service_window_id
Type
text
Sample
                       
Rates Type
               

No description available for this field.

Name (identifier)
rates_expand_type
Type
text
Sample
                       
Rates Value
               

No description available for this field.

Name (identifier)
rates_expand_value
Type
decimal
Sample
                       
MWH
               

No description available for this field.

Name (identifier)
bids_mwh
Type
decimal
Sample
                       
Competition Open Date Copy
               

No description available for this field.

Name (identifier)
competition_start_copy
Type
date
Sample
                       
Name of Tender Competitions
The human-readable name given to this Competition.

No description available for this field.

Name (identifier)
name
Type
text
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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."
              }
            }
          }
        }
      }
    }
}

Similar datasets