{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BranchUpdateRequest", "title": "BranchUpdateRequest", "type": "object", "description": "Request body for updating a branch", "properties": { "branch": { "type": "object", "properties": { "name": { "type": "string", "description": "The branch name" } } } } }