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