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