Deepgram · Schema

ProjectUpdate

Artificial IntelligenceSpeech-To-TextText-To-SpeechTranscriptionVoice AI

Properties

Name Type Description
name string New name for the project.
company string New company name for the project.
View JSON Schema on GitHub

JSON Schema

deepgram-projectupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProjectUpdate",
  "title": "ProjectUpdate",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "New name for the project."
    },
    "company": {
      "type": "string",
      "description": "New company name for the project."
    }
  }
}