{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PlannerBucketUpdate", "title": "PlannerBucketUpdate", "type": "object", "description": "Request body for updating a bucket", "properties": { "name": { "type": "string", "description": "Updated name of the bucket", "example": "Example Title" }, "orderHint": { "type": "string", "description": "Updated order hint for the bucket", "example": "example_value" } } }