Forgejo · Schema

APRemoteFollowOption

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
target string
View JSON Schema on GitHub

JSON Schema

apremotefollowoption.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "APRemoteFollowOption",
  "type": "object",
  "properties": {
    "target": {
      "type": "string",
      "x-go-name": "Target"
    }
  },
  "x-go-package": "forgejo.org/modules/structs"
}