mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
chore: Add new schemas (no-changelog) (#13215)
This commit is contained in:
43
packages/nodes-base/nodes/Aws/Transcribe/__schema__/v1.0.0/transcriptionJob/get.json
vendored
Normal file
43
packages/nodes-base/nodes/Aws/Transcribe/__schema__/v1.0.0/transcriptionJob/get.json
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CreationTime": {
|
||||
"type": "number"
|
||||
},
|
||||
"Media": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"MediaFileUri": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"MediaFileUri"
|
||||
]
|
||||
},
|
||||
"Settings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ChannelIdentification": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ShowAlternatives": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"ChannelIdentification",
|
||||
"ShowAlternatives"
|
||||
]
|
||||
},
|
||||
"StartTime": {
|
||||
"type": "number"
|
||||
},
|
||||
"TranscriptionJobName": {
|
||||
"type": "string"
|
||||
},
|
||||
"TranscriptionJobStatus": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user