{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "RenameOrgOption", "description": "RenameOrgOption options when renaming an organization", "type": "object", "required": [ "new_name" ], "properties": { "new_name": { "description": "New username for this org. This name cannot be in use yet by any other user.", "type": "string", "uniqueItems": true, "x-go-name": "NewName" } }, "x-go-package": "forgejo.org/modules/structs" }