Forgejo · Schema

RegistrationToken

RegistrationToken is a string used to register a runner with a server

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
token string
View JSON Schema on GitHub

JSON Schema

registrationtoken.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "RegistrationToken",
  "description": "RegistrationToken is a string used to register a runner with a server",
  "type": "object",
  "properties": {
    "token": {
      "type": "string",
      "x-go-name": "Token"
    }
  },
  "x-go-package": "forgejo.org/routers/api/v1/shared"
}