Deepgram · Schema

ScopeUpdate

Artificial IntelligenceSpeech-To-TextText-To-SpeechTranscriptionVoice AI

Properties

Name Type Description
scope string New scope to assign to the member.
View JSON Schema on GitHub

JSON Schema

deepgram-scopeupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScopeUpdate",
  "title": "ScopeUpdate",
  "type": "object",
  "required": [
    "scope"
  ],
  "properties": {
    "scope": {
      "type": "string",
      "description": "New scope to assign to the member."
    }
  }
}