Improvements:
- When parsing the JSON schema, fields on the same level as
$ref
are no longer ignored. In particular, if the referenced schema contains a field with the same name, the value on the same level as$ref
overrides the value inside the referenced schema.