Forgejo · Schema

UpdateRepoAvatarOption

UpdateRepoAvatarUserOption options when updating the repo avatar

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
image string image must be base64 encoded
View JSON Schema on GitHub

JSON Schema

updaterepoavataroption.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "UpdateRepoAvatarOption",
  "description": "UpdateRepoAvatarUserOption options when updating the repo avatar",
  "type": "object",
  "properties": {
    "image": {
      "description": "image must be base64 encoded",
      "type": "string",
      "x-go-name": "Image"
    }
  },
  "x-go-package": "forgejo.org/modules/structs"
}