Closed simonmeusel closed 6 years ago
By default properties in a object with $ref will be removed in the output.
If set to true they will be added/overwrite the output.
true
Default: false.
false
If you don't want this feature, just close this PR. This feature does not comply with the json schema spec http://json-schema.org/latest/json-schema-core.html#rfc.section.8.3
All other properties in a "$ref" object MUST be ignored.
By default properties in a object with $ref will be removed in the output.
If set to
true
they will be added/overwrite the output.Default:
false
.If you don't want this feature, just close this PR. This feature does not comply with the json schema spec http://json-schema.org/latest/json-schema-core.html#rfc.section.8.3