{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ActionTaskResponse", "description": "ActionTaskResponse returns a ActionTask", "type": "object", "properties": { "total_count": { "type": "integer", "format": "int64", "x-go-name": "TotalCount" }, "workflow_runs": { "type": "array", "items": { "$ref": "#/definitions/ActionTask" }, "x-go-name": "Entries" } }, "x-go-package": "forgejo.org/modules/structs" }