fix: inconsistent required property

pull/19811/head
dubsky 2020-10-30 19:33:00 +01:00
parent 74d2ee4a09
commit ac43ba9915
1 changed files with 3 additions and 3 deletions

View File

@ -9792,7 +9792,7 @@ components:
- $ref: "#/components/schemas/GeoTrackMapViewLayer" - $ref: "#/components/schemas/GeoTrackMapViewLayer"
GeoViewLayerProperties: GeoViewLayerProperties:
type: object type: object
required: [type, field, colors] required: [type]
properties: properties:
type: type:
type: string type: string