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
I have seen choices in JSON Schemas while pairing with @mariorodeghiero , but
I couldn't find its specification and
as far as I understood from this issue it was discarded in favor of a particular use case of oneOf.
Also, I have also seen resource_fields and I couldn't find the specs for that.
Maybe the JSON we (Mario and I) were discussing is not a strict JSON Schema. If that is the case, should we support fields like that (choice and resource_fields on these examples)?
How will that relate to JSON Schema specs implemented and planned so far?
The text was updated successfully, but these errors were encountered:
I have seen
choices
in JSON Schemas while pairing with @mariorodeghiero , butoneOf
.Also, I have also seen
resource_fields
and I couldn't find the specs for that.Maybe the JSON we (Mario and I) were discussing is not a strict JSON Schema. If that is the case, should we support fields like that (
choice
andresource_fields
on these examples)?How will that relate to JSON Schema specs implemented and planned so far?
The text was updated successfully, but these errors were encountered: