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
When there are not WPS providers registered in the database, the returned list empty.
Because that list is composed of oneOf[string-name, detail-object], the schema validation during deserialization seems to fail (conflict / cannot pick one).
Context
Version 4.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When there are not WPS providers registered in the database, the returned list empty.
Because that list is composed of
oneOf[string-name, detail-object]
, the schema validation during deserialization seems to fail (conflict / cannot pick one).Context
The text was updated successfully, but these errors were encountered: