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
Right now, the text spec just says that it's JSON, but the OpenAPI definition says it can be either a Catalog or a Collection. I think it would be cleaner if this was only a Catalog. Allowing it to be either makes it a bit more complex to interact with, and I feel that generally an API will be built over a Catalog rather than a single Collection.