{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "NRT-Snippets", "type": "object", "description": "Transcript snippet metadata of active calls happening at that moment are returned.", "properties": { "data": { "type": "array" }, "meta": { "type": "object" } } }