KnowledgeCaptureAndDiscovery / OBA

Ontology based APIs
Apache License 2.0
38 stars 12 forks source link

use allOf in the yaml spec. #143

Closed dgarijo closed 4 years ago

dgarijo commented 4 years ago

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.

dgarijo commented 4 years ago

Duplicate of #92. Closing