{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SearchResults", "description": "SearchResults results of a successful search", "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/definitions/Repository" }, "x-go-name": "Data" }, "ok": { "type": "boolean", "x-go-name": "OK" } }, "x-go-package": "forgejo.org/modules/structs" }