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
Interaction 2.2 schema changed from anyOf in 2.1 to oneOf in 2.2 which prevents validation of messages since a string will match both definitions for interactionType (string enum or string).
Minor Issue
Interaction 2.2 schema changed from anyOf in 2.1 to oneOf in 2.2 which prevents validation of messages since a string will match both definitions for interactionType (string enum or string).
Area of Issue