- 1.0latestOpenAPI 3.0.0no API changes2026-07-17 12:12
- Fix apparent typo in Usage, required. Required contained 'channel', field name in properties is 'channelIdentifier'.OpenAPI 3.0.01148fcac0a42024-02-19 12:02
- Per the 3.0.0 standard. The a ref object can not be extended with nulllable, 'This object cannot be extended with additional properties and any properties added SHALL be ignored.'. The workaround to hOpenAPI19281107afbaa2024-02-19 11:18
- Fix examples, where the example value can be represented in JSON natively. Per OpenAPI 3.0.0, string examples should be to 'represent examples that cannot be naturally represented in JSON'.OpenAPI 3.0.0no API changes93148c32024-02-19 11:08
- Remove required fields list from CurrentRenewable. The only property listed was 'estimate' and it does not exist.OpenAPI 3.0.0no API changesa99f2682024-02-19 08:54
- Change Renewable.duration from type:number to type:integer. Same for Interval.duration.OpenAPI 3.0.0no API changesaf0af9a2024-02-19 03:22
- Merge pull request #182 from CarlLusty/fix-security-defined-issueOpenAPI 3.0.0no API changes6cd4ea12024-02-18 22:52
- Define the rate limit headers once, in the components headers field, and use ref when required to access them.OpenAPI 3.0.0no API changesfa41fd12024-02-16 13:03
- Add empty security parameter to '/state/{state}/renewables/current'. This defines that it is a public call and does not require a token.OpenAPI 3.0.0676b43dc2024-02-16 12:03
- Change use of anyOf to oneOf when returning arrays of 'sub-types', ie. Arrays containing mixes of ActualRenewable, CurrentRenewable and ForecastRenewable. The returned data types are always 'one of' tOpenAPI 3.0.033e8eb9702024-02-16 10:46
- Merge pull request #176 from CarlLusty/fix-missing-date-type-tagsOpenAPI 3.0.0523d76e5dd2024-02-16 10:25
- Change both cases of endDate to be 'date', instead of 'date-time'.OpenAPI 3.0.0311cad4dc12024-02-16 10:24
- Merge pull request #175 from CarlLusty/interval-remove-extra-tagsOpenAPI 3.0.0no API changes6405c022024-02-16 09:59
- Merge pull request #180 from CarlLusty/use-channelType-in-channelOpenAPI 3.0.052f162ec32024-02-16 09:58
- Fix the 'requires' in Renewable to match the name in 'properties'.OpenAPI 3.0.07f73e71b2024-02-16 08:13
- To define a date you need both format:date/-time and type:string.OpenAPI 3.0.0408d5d992024-02-16 07:36
- Using references to build extended Interval, Usage and Renewable typesOpenAPI 3.0.0144d2074e2024-02-16 05:03
- Adding updated swagger.json file to allow PRs for updates, and reviewOpenAPI 3.0.0284dcafc92024-02-16 04:18
Revisions go back to the API's first capture.