n8n-nodes-base
Version:
Base nodes of n8n
33 lines (32 loc) • 676 B
JSON
{
"type": "object",
"properties": {
"CreationTime": {
"type": "number"
},
"IdentifyLanguage": {
"type": "boolean"
},
"LanguageCode": {
"type": "string"
},
"Media": {
"type": "object",
"properties": {
"MediaFileUri": {
"type": "string"
}
}
},
"StartTime": {
"type": "number"
},
"TranscriptionJobName": {
"type": "string"
},
"TranscriptionJobStatus": {
"type": "string"
}
},
"version": 2
}