{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CallRecordingJobList", "title": "CallRecordingJobList", "type": "object", "required": [ "items" ], "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/CallRecordingJobStatus" }, "description": "List of call recording jobs." } } }