List of workspaces
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "WorkspaceListResponse", "required": [ "workspaces" ], "type": "object", "properties": { "workspaces": { "type": "array", "items": { "$ref": "#/components/schemas/WorkspaceResponse_1" } } }, "description": "List of workspaces" }