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
If we are to consider just the JSON schema and validation against the spec, yes, this is correct. However, since you used the :strict => true option, this should probably be false. This may be a bug with regards to :strict; I'll take a look at this later.
Ack, I take that back - the schema you proposed is not officially a valid schema - the value of additionalProperties must be a valid schema, which in your case it is not. Try this schema:
the result is
true
, is this right?The text was updated successfully, but these errors were encountered: