{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WorkspaceCreateRequest", "title": "WorkspaceCreateRequest", "type": "object", "description": "Request body for creating a workspace.", "required": [ "name" ], "properties": { "name": { "type": "string", "description": "Display name for the new workspace." } } }