{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateWorkbookRequest", "title": "UpdateWorkbookRequest", "type": "object", "properties": { "workbook": { "type": "object", "properties": { "name": { "type": "string" }, "showTabs": { "type": "boolean" }, "project": { "type": "object", "properties": { "id": { "type": "string" } } }, "owner": { "type": "object", "properties": { "id": { "type": "string" } } }, "encryptExtracts": { "type": "string" } }, "example": "example_value" } } }