{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProjectList", "title": "ProjectList", "type": "object", "description": "A list of automation projects.", "properties": { "data": { "type": "array", "description": "Array of project objects.", "items": { "$ref": "#/components/schemas/Project" } } } }