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

Validation attributes #44

Closed chrusty closed 7 years ago

chrusty commented 7 years ago

These additions allow us to marshal validation attributes to OpeAPI2Proto.Items

This link gives details about these attributes

jprobinson commented 7 years ago

🍹 thanks!

Looks like the tests are failing due to some changes on tip for Go. I've made the fix on master so things should be fine.