RepreZen / KaiZen-OpenApi-Parser

High-performance Parser, Validator, and Java Object Model for OpenAPI 3.x
130 stars 31 forks source link

Parser should not require resolution base #173

Open andylowry opened 6 years ago

andylowry commented 6 years ago

If model spec is supplied either as a String or JsonNode, it should be OK for a resolution base URL to be missing. Of course, relative references encountered during the parse of the top-level file would be unresolvable, but that's no different from URLs that are unresolvable for other reasons.