{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "NRT-Speakerids", "type": "object", "description": "Speaker metadata and the cosine scores(confidence scores ) generated for an active call are returned.", "properties": { "data": { "type": "array" }, "meta": { "type": "object" } } }