{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "APIError", "description": "APIError is an api error with a message", "type": "object", "properties": { "message": { "type": "string", "x-go-name": "Message" }, "url": { "type": "string", "x-go-name": "URL" } }, "x-go-package": "forgejo.org/modules/structs" }