Colin

Results 2 comments of Colin

I think this is broken if combined with `allOf` and `$ref`. For example this schema will not set Extra.forbid: ```yaml MySchema: allOf: - $ref: "#/components/schemas/BaseProperties" - type: object required: -...

In my case, it was a conflict with the [Overtype ](https://marketplace.visualstudio.com/items?itemName=DrMerfy.overtype) extension