influxdata / openapi

An OpenAPI specification for influx (cloud/oss) apis.
MIT License
17 stars 10 forks source link

refactor: cleanup auth and resource schemas #585

Closed jstirnaman closed 1 year ago

jstirnaman commented 1 year ago

Restores the divergence between Cloud and OSS Authorization necessary to allow for differences in Resource types.

This case is mostly a symptom of tooling support. Templating or support for $ref: #/components/schema/Resource would reduce the amount of duplication and divergence between platforms.