nytimes / openapi2proto

A tool for generating Protobuf v3 schemas and gRPC service definitions from OpenAPI specifications
Apache License 2.0
964 stars 98 forks source link

don't know how to handle schema type '[boolean]' #90

Closed nickman closed 6 years ago

nickman commented 6 years ago

Attempted to generate proto from the PagerDuty swagger spec. Got this error:

error: failed to transpile: failed to compile OpenAPI spec to Protocol buffers: failed to compile parameters: failed to compile #/parameters/schedule_overflow: don't know how to handle schema type '[boolean]'

Simple proposed fix forthcoming.

jprobinson commented 6 years ago

resolved in #91