{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateStoryRequest", "title": "UpdateStoryRequest", "type": "object", "properties": { "name": { "type": "string", "description": "Updated name" }, "description": { "type": "string", "description": "Updated description" }, "folderId": { "type": "string", "description": "Updated folder ID" } } }