swagger-parser
swagger-parser copied to clipboard
[OpenAPI v3]Not parsed the extensions in schema that with $ref field
In the parsing of schema (io.swagger.v3.parser.util.OpenAPIDeserializer::getSchema), it is just processed the $ref field and return the schema Object and without processing the extension part. Code