You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case, I am getting an error and it says it cannot find the "name" or "address" field in A
As you can see, A has "type": "object" inside of it and oneOf property also has "type": "object" in each property.
I think one of these should be removed from A
Can you please check?
The text was updated successfully, but these errors were encountered:
When i generate the json schema from this typescript, the json is
In this case, I am getting an error and it says it cannot find the "name" or "address" field in
A
As you can see,
A
has"type": "object"
inside of it andoneOf
property also has"type": "object"
in each property.I think one of these should be removed from
A
Can you please check?
The text was updated successfully, but these errors were encountered: