{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ListCriterionResultRequest", "properties": { "checklistId": { "type": "string", "format": "uuid" }, "sessionIds": { "type": "array", "items": { "type": "string", "format": "uuid" } }, "groupIds": { "type": "array", "items": { "type": "string", "format": "uuid" } }, "criterionIds": { "type": "array", "items": { "type": "string", "format": "uuid" } } }, "type": "object" }