{ "$schema": "https://json-structure.org/meta/extended/v0/#", "name": "CreateBranchRequest", "type": "record", "fields": [ { "name": "branchName", "type": "string" }, { "name": "description", "type": "string" }, { "name": "stage", "type": "string" } ] }