Deepgram · Schema

InvitationList

Artificial IntelligenceSpeech-To-TextText-To-SpeechTranscriptionVoice AI

Properties

Name Type Description
invites array List of pending invitations.
View JSON Schema on GitHub

JSON Schema

deepgram-invitationlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InvitationList",
  "title": "InvitationList",
  "type": "object",
  "properties": {
    "invites": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Invitation"
      },
      "description": "List of pending invitations."
    }
  }
}