0

Issue

We generate sources from an openApi specification (into java via gradle plugin) and it would be very convenient to specify the target class name in another way than tagging each path individually (like mentioned in their docs).

Goal

Ideally, there would be one location to mention the target class name for one yaml file. Or maybe some way to inject it via reference s.t. we can at least define the class name at one location and just duplicating the reference.

What have i tried so far?

Even though it is not the ideal solution, i tried a local reference:

tags:
  - $ref: '#/info/x-name'

But that didn't work out as well.

BorisP
  • 23
  • 1
  • 3

0 Answers0