28 versions
- Fix apparent typo in Usage, required. Required contained 'channel', field name in properties is 'channelIdentifier'.1148fcac0a42024-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 h19281107afbaa2024-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'.no API changes93148c32024-02-19 11:08
- Remove required fields list from CurrentRenewable. The only property listed was 'estimate' and it does not exist.no API changesa99f2682024-02-19 08:54
- Change Renewable.duration from type:number to type:integer. Same for Interval.duration.no API changesaf0af9a2024-02-19 03:22
- Merge pull request #182 from CarlLusty/fix-security-defined-issueno 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.no 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.676b43dc2024-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' t33e8eb9702024-02-16 10:46
- Merge pull request #175 from CarlLusty/interval-remove-extra-tagsno API changes6405c022024-02-16 09:59
- 1.0latest2026-07-17 12:12