{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/JobList", "title": "JobList", "type": "object", "description": "List of jobs", "properties": { "jobs": { "type": "array", "items": { "$ref": "#/components/schemas/Job" } } } }