lrstanley / entrest

Extension that generates a compliant OpenAPI spec and server implementation
https://pkg.go.dev/github.com/lrstanley/entrest
MIT License
5 stars 0 forks source link

feat: support OpenAPI links (schema to schema refs) #16

Closed lrstanley closed 2 days ago

lrstanley commented 1 month ago

Ref: https://swagger.io/docs/specification/links/

lrstanley commented 1 month ago

Looks like links aren't used by most client generation libraries to do anything special, so not really sure if there is value in adding them to the code/spec (especially because it will be very verbose). Will leave open just in case this changes in the future.