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
The Ping type as it exists has some definite assumptions about the fields it contains, but this field may contain a variety of field sets, and the same name may be used for different types depending on the document it contains.
We should instead define these types separately, and use a oneOf-style annotation.
The text was updated successfully, but these errors were encountered:
The Ping type as it exists has some definite assumptions about the fields it contains, but this field may contain a variety of field sets, and the same name may be used for different types depending on the document it contains.
We should instead define these types separately, and use a
oneOf
-style annotation.The text was updated successfully, but these errors were encountered: