Deepgram · Schema

ScopeList

Artificial IntelligenceSpeech-To-TextText-To-SpeechTranscriptionVoice AI

Properties

Name Type Description
scopes array List of scopes assigned to the member.
View JSON Schema on GitHub

JSON Schema

deepgram-scopelist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScopeList",
  "title": "ScopeList",
  "type": "object",
  "properties": {
    "scopes": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of scopes assigned to the member."
    }
  }
}