n8n-nodes-base
Version:
Base nodes of n8n
41 lines (40 loc) • 902 B
JSON
{
"type": "object",
"properties": {
"CreationTime": {
"type": "number"
},
"Media": {
"type": "object",
"properties": {
"MediaFileUri": {
"type": "string"
}
}
},
"Settings": {
"type": "object",
"properties": {
"ChannelIdentification": {
"type": "boolean"
},
"ShowAlternatives": {
"type": "boolean"
}
}
},
"StartTime": {
"type": "number"
},
"transcript": {
"type": "string"
},
"TranscriptionJobName": {
"type": "string"
},
"TranscriptionJobStatus": {
"type": "string"
}
},
"version": 1
}