Feature: allow type=object
field overriding with object using $ref
in Schema object using allOf
#802
mtovt
started this conversation in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Minimal example for feature:
https://datatracker.ietf.org/doc/html/draft-wright-json-schema-00#section-7
it seems,
Bar.property1
should beBoo
object.Bar
object doesn't generate.Describe the solution you'd like
It seems, _merge_properties cannot merge properties due to different properties in
existing
andnew_prop
(they represent the same object).Describe alternatives you've considered
Additional context
Beta Was this translation helpful? Give feedback.
All reactions