Right now OBA parses the subclasses to include the properties from the parent classes in a child class. However, OpenAPI supports allOf, which supports the same behavior. We should adopt it because the resultant yaml files would be much simpler.
Before implementing this enhancement, we should double check that the server implementation supports this.
Right now OBA parses the subclasses to include the properties from the parent classes in a child class. However, OpenAPI supports
allOf
, which supports the same behavior. We should adopt it because the resultant yaml files would be much simpler.Before implementing this enhancement, we should double check that the server implementation supports this.