{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "UpdateBranchRepoOption", "description": "UpdateBranchRepoOption options when updating a branch in a repository", "type": "object", "required": [ "name" ], "properties": { "name": { "description": "New branch name", "type": "string", "uniqueItems": true, "x-go-name": "Name" } }, "x-go-package": "forgejo.org/modules/structs" }