influxdata / openapi

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

fix: repair GeoTrackMapViewLayer type #530

Open sranka opened 1 year ago

sranka commented 1 year ago

This PR repairs GeoTrackMapViewLayer type so that allOf combinator includes the required properties. Previous type definition was somehow ignored by code generators, GeoTrackMapViewLayer type with allOf and properties did not make sense.

Additionally, it removes trackPointVisualization from required properties of GeoTrackMapViewLayer type, no such property exists.