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
This isn't terribly pressing but I wanted to make an issue for what we saw yesterday. Basically, it is possible for anyOf to be used in JSONSchema to ensure other constraints about an object. In yesterday's example, we were trying to ensure that at least one key was required in an object. The suggested solution was to do something like this:
This isn't terribly pressing but I wanted to make an issue for what we saw yesterday. Basically, it is possible for
anyOf
to be used in JSONSchema to ensure other constraints about an object. In yesterday's example, we were trying to ensure that at least one key was required in an object. The suggested solution was to do something like this:The text was updated successfully, but these errors were encountered: