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 commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking:
"should" replaced with "must" in the error messages, as per in AJV
New / Improvements:
Support AsyncAPI schema v2.4.0
Added validateByMessageId() method, which only requires key and value. To use this method, your AsyncAPI schema should be >= 2.4.0. messageId should be defined in schema as per AsyncAPI 2.4.0 schema definition.
msgIdentifier option is only required if you use .validate() method.
You can use both validateByMessageId() and validate() methods if your AsyncAPI schema version is >= 2.4.0