28 versions

  • Adding operationIds. Fixing incorrect JSON5a7fcf222024-02-19 22:36
  • Merge pull request #191 from CarlLusty/fix-requires-in-usage12fc42b62024-02-19 22:20
  • Merge pull request #189 from CarlLusty/fix-ref-sibling-issues202811957496b2024-02-19 22:18
  • 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 #181 from CarlLusty/change-anyOf-to-oneOf33f7d421c2024-02-18 22:56
  • 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 #176 from CarlLusty/fix-missing-date-type-tags523d76e5dd2024-02-16 10:25
  • Change both cases of endDate to be 'date', instead of 'date-time'.311cad4dc12024-02-16 10:24
  • Merge pull request #175 from CarlLusty/interval-remove-extra-tagsno API changes6405c022024-02-16 09:59
  • Merge pull request #179 from CarlLusty/fix-descriptor-names372a034d2024-02-16 09:58
  • Merge pull request #180 from CarlLusty/use-channelType-in-channel52f162ec32024-02-16 09:58
  • Add the example from Channel.type to ChannelType.no API changes3b7f3ca2024-02-16 08:34
  • Use ref ChannelType in Channel3a3bd9ed2024-02-16 08:33
  • Fix the 'requires' in Renewable to match the name in 'properties'.7f73e71b2024-02-16 08:13
  • To define a date you need both format:date/-time and type:string.408d5d992024-02-16 07:36
  • Remove extra tags from Interval.7c45cc132024-02-16 07:20
  • Re-add 'items' tag in the return of '/sites'5298292ca2024-02-16 07:10
  • Using references to build extended Interval, Usage and Renewable types144d2074e2024-02-16 05:03
  • Adding more references653ea2da2024-02-16 04:51
  • Adding updated swagger.json file to allow PRs for updates, and review284dcafc92024-02-16 04:18
  • 1.0latest2026-07-17 12:12