Forgejo · Schema

APINotFound

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
errors array
message string
url string
View JSON Schema on GitHub

JSON Schema

apinotfound.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "APINotFound",
  "type": "object",
  "properties": {
    "errors": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "x-go-name": "Errors"
    },
    "message": {
      "type": "string",
      "x-go-name": "Message"
    },
    "url": {
      "type": "string",
      "x-go-name": "URL"
    }
  },
  "x-go-package": "forgejo.org/services/context"
}