Fu Lian Weng

Results 2 issues of Fu Lian Weng

When a YAML key contains a '/', the JSON patch specification uses the escaped string '~1' to represent this character. However, while traversing the YAML tree, **YAML compares keys using...

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](https://github.com/swagger-api/swagger-parser/blob/639e9e3b56b39670d59c21c7888b8f5b2c15a0b5/modules/swagger-parser-v3/src/main/java/io/swagger/v3/parser/util/OpenAPIDeserializer.java#L2796)