Deepgram · Schema

Invitation

Artificial IntelligenceSpeech-To-TextText-To-SpeechTranscriptionVoice AI

Properties

Name Type Description
email string Email address of the invitee.
scope string Scope assigned to the invitation.
View JSON Schema on GitHub

JSON Schema

deepgram-invitation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Invitation",
  "title": "Invitation",
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "format": "email",
      "description": "Email address of the invitee."
    },
    "scope": {
      "type": "string",
      "description": "Scope assigned to the invitation."
    }
  }
}