{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CreateSesameVoiceDTO",
"title": "CreateSesameVoiceDTO",
"type": "object",
"properties": {
"voiceName": {
"type": "string",
"description": "The name of the voice."
},
"transcription": {
"type": "string",
"description": "The transcript of the utterance."
}
}
}