Created by: jrouly
This draft PR currently just adds a failing unit test for issue #9047. It contains a subset of petstore.yaml with Pet and Tag defined, but Category is missing.
properties:
category:
$ref: '#/components/schemas/Category'
does not throw any error as we might expect.
I'll start looking into a custom rule, or seeing why swagger-parse is allowing this in the first place.