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
The main difference is that the properties field is now omitempty.
Another problem is that the last test case with regard to array is incorrect. The following is not a valid json schema. The properties keyword should be nested within an object type, not at the root level of an array type.
The jsonschema tests are outdated.
The main difference is that the
properties
field is nowomitempty
.Another problem is that the last test case with regard to array is incorrect. The following is not a valid json schema. The
properties
keyword should be nested within an object type, not at the root level of an array type.The text was updated successfully, but these errors were encountered: