{ "$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" }