{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LegalHoldProjectList", "title": "LegalHoldProjectList", "type": "object", "properties": { "results": { "type": "array", "items": { "$ref": "#/components/schemas/LegalHoldProject" } }, "totalCount": { "type": "integer", "description": "Total number of projects matching the query." } } }