tv4 icon indicating copy to clipboard operation
tv4 copied to clipboard

Feature request: merge when de-referencing

Open mitar opened this issue 9 years ago • 0 comments

If I understand correctly, $ref replaces the whole schema, not merges with things inside the schema object? So you cannot do {title: 'foobar', $ref: '#/properties/foobar'} and have title be kept? Could this be an optional thing to enable? To allow any fields besides $ref inside the schema object to extend (override) ones you get from $ref?

mitar avatar Jul 17 '15 00:07 mitar