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

Including a "Required" parameter list for items #43

Closed chrusty closed 7 years ago

chrusty commented 7 years ago

This will allow me to use openapi2proto.APIDefinition to generate JSONSchemas for tight request/response validation.

This project: https://github.com/chrusty/openapi2jsonschema is still a WIP, but you should be able to see what I'm trying to do there.

jprobinson commented 7 years ago

Thanks!