Schema for listCasesResponse in Nuix ECC REST API
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-ecc-listcasesresponse.json", "title": "listCasesResponse", "description": "Schema for listCasesResponse in Nuix ECC REST API", "type": "object", "properties": { "cases": { "type": "array", "items": { "$ref": "#/components/schemas/Case" } } } }