nytimes / openapi2proto

A tool for generating Protobuf v3 schemas and gRPC service definitions from OpenAPI specifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

nickman opened this issue · comments

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.

resolved in #91