{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CreateBranchRequest", "type": "object", "properties": { "branchName": { "type": "string" }, "description": { "type": "string" }, "stage": { "type": "string" } }, "required": [ "branchName" ] }