openapi-processor / openapi-processor-core

moved into openapi-processor-base
Apache License 2.0
7 stars 5 forks source link

resolve non schema $ref's #24

Closed hauner closed 2 years ago

hauner commented 3 years ago

the openapi4j parser does not automatically resolve $ref's. Schema refs are handled by the DataTypeConverter but there are non-schema refs that need to be resolved.

Get a list of all non schema $refs and handle them. Checked items work.