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