{ "$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" }