Forgejo · Schema

TopicName

TopicName a list of repo topic names

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
topics array
View JSON Schema on GitHub

JSON Schema

topicname.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TopicName",
  "description": "TopicName a list of repo topic names",
  "type": "object",
  "properties": {
    "topics": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "x-go-name": "TopicNames"
    }
  },
  "x-go-package": "forgejo.org/modules/structs"
}