Dispatch Bid/Offer Submission design

JSON schema format

The Dispatch Bid See National Electricity Rules/Offer Energy, Dispatch, FCAS Offer, MNSP, MTPASA Bid or Offer submission Submission A Bid/Offer submission can have: 1. Multiple Trading Days 2. Multiple DUIDs/LinkIDs 3. All Service Types in the same Submission is a JSON JavaScript Object Notification schema, supporting:

For details about the JSON schema fields, objects, data types, validation, examples, search scenarios, and schema download, see NEM Dispatch Bidding API documentation.

  1. </span> for multiple Trading Days and DUIDs.
  2. Provision of Energy, FCAS and MNSP bids/Bids in the same Submission.
  3. Separate formats for different Service Type so you don't need to include unrequired fields.
  4. Provision of all Service Type in the same Dispatch Bid/Offer Submission.
  5. Modern technologies natively supporting JSON.

JSON syntax

  • Data is in name and value pairs.
    The name in double quotes is followed by a colon and then a value.
  • Data is separated by commas.
  • Curly braces hold objects.
  • Square brackets hold arrays.