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 3.0, "type": "array" requires an adjacent "items", and in all of 3.x, "discriminator" requires an adjacent "*Of".
This is probably easiest to support with a metaschema patch since in 3.0 the schema dialect can't be changed. "discriminator" can also double-check in the keyword implementation.
h/t @MikeRalphson for calling attention to the array type/items requirement.
The text was updated successfully, but these errors were encountered:
In 3.0,
"type": "array"
requires an adjacent"items"
, and in all of 3.x,"discriminator"
requires an adjacent"*Of"
.This is probably easiest to support with a metaschema patch since in 3.0 the schema dialect can't be changed.
"discriminator"
can also double-check in the keyword implementation.h/t @MikeRalphson for calling attention to the array type/items requirement.
The text was updated successfully, but these errors were encountered: