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.
- </span> for multiple Trading Days and DUIDs.
- Provision of Energy, FCAS and MNSP bids/Bids in the same Submission.
- Separate formats for different Service Type so you don't need to include unrequired fields.
- Provision of all Service Type in the same Dispatch Bid/Offer Submission.
- 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.