mservicetech / openapi-schema-validation

Apache License 2.0
15 stars 9 forks source link

Remove src/main/resources/openapi.yaml #38

Closed daglem closed 8 months ago

daglem commented 8 months ago

This file could cause clashes for users of the library, and was in fact not used. For tests, src/test/resources/openapi.yaml is used.

Fixes #36