We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
anyOf is equivalent to OR, i.e. TypeScript's union | operator.
anyOf
OR
|
The current behavior is incorrect.
Related Note:
oneOf is equivalent to XOR, no direct equivalent for TypeScript. Currently treated as OR.
oneOf
XOR