You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I created this example ontology, it would validate in the swagger editor. Now it doesn't despite all tests being passed. For some reason, some schemas are not being added to the spec.
I am going to incorporate an OpenAPI validator (https://github.com/openapi4j/openapi4j) to our tests, to make sure that every OpenAPI conforms to the spec.
The text was updated successfully, but these errors were encountered:
The reason for this is not necessarily an error from OBA. Model catalog reduced imports another ontology which is not included. Therefore, the paths of those classes will not be added into the schemas. However, some properties reuse them (because they extend them). We should validate the spec; but we should leave the resolving of the ontologies to include to the user with (see #147)
When I created this example ontology, it would validate in the swagger editor. Now it doesn't despite all tests being passed. For some reason, some schemas are not being added to the spec.
I am going to incorporate an OpenAPI validator (https://github.com/openapi4j/openapi4j) to our tests, to make sure that every OpenAPI conforms to the spec.
The text was updated successfully, but these errors were encountered: