{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-applicationhealth.json", "title": "ApplicationHealth", "description": "Schema for ApplicationHealth in Nuix REST API", "type": "object", "properties": { "directories": { "type": "array", "description": "A list of critical directories and their access permissions.", "items": { "$ref": "#/components/schemas/DirectoryAccess" } }, "ok": { "description": "A boolean indicating the cumulative health of the critical directories.", "type": "boolean" } } }