Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
protoc-gen-openapi and export improvements. source code.tar.gz | 2022-04-05 | 514.2 kB | |
protoc-gen-openapi and export improvements. source code.zip | 2022-04-05 | 819.4 kB | |
README.md | 2022-04-05 | 418 Bytes | |
Totals: 3 Items | 1.3 MB | 0 |
This contains several improvements to protoc-gen-openapi
from @jeffsawatzky , including the ability to use proto annotations to add fragments to generated OpenAPI documents (#324). It also adds some missing OpenAPI compiler code that Jeff uncovered when testing the new fragment overlay feature - maps of strings were not properly exported in ToRawInfo()
methods in both OpenAPI packages (v2 and v3). Thanks, Jeff!