{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://acceldata.io/structures/adoc-api-pipeline-job-list.json", "title": "PipelineJobList", "type": "object", "description": "Paginated list of pipeline jobs", "properties": { "data": { "type": "array", "items": { "$ref": "pipeline-job.json" } }, "total": { "type": "integer" }, "page": { "type": "integer" }, "limit": { "type": "integer" } } }