swagger-parser icon indicating copy to clipboard operation
swagger-parser copied to clipboard

[OpenAPI v3]Not parsed the extensions in schema that with $ref field

Open turtle11311 opened this issue 7 months ago • 0 comments

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

turtle11311 avatar Mar 27 '25 13:03 turtle11311