{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/updatePanWorkspace", "title": "Update Workspace", "type": "object", "properties": { "workspace": { "type": "object", "properties": { "parentFolderId": { "type": "integer", "description": "The workspace's new parent folder ID.", "example": 1 } } } } }