ContributionsMost RecentMost LikesSolutionsRe: OpenApi3 Links We use C# and .NET. We currently use Swagger already to generate our api documentation. We couldn't find any documentation on how to define OpenApi3 Links however besides it's output (the documentation) OpenApi3 Links The new Links feature in OpenApi V3 look very promising, however I would like to be able to describe these links programmatically and have swagger automatically generate the api specification with links included. Is there any way to do this? Solved