Forgejo · Schema

APIInvalidTopicsError

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
invalidTopics array
message string
View JSON Schema on GitHub

JSON Schema

apiinvalidtopicserror.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "APIInvalidTopicsError",
  "type": "object",
  "properties": {
    "invalidTopics": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "x-go-name": "InvalidTopics"
    },
    "message": {
      "type": "string",
      "x-go-name": "Message"
    }
  },
  "x-go-package": "forgejo.org/services/context"
}