n8n-nodes-base
Version:
Base nodes of n8n
135 lines (134 loc) • 2.85 kB
JSON
{
"type": "object",
"properties": {
"aac": {
"type": "string"
},
"audio_wave_samples": {
"type": "array",
"items": {
"type": "integer"
}
},
"channels": {
"type": "array",
"items": {
"type": "string"
}
},
"comments_count": {
"type": "integer"
},
"created": {
"type": "integer"
},
"display_as_bot": {
"type": "boolean"
},
"duration_ms": {
"type": "integer"
},
"editable": {
"type": "boolean"
},
"external_type": {
"type": "string"
},
"file_access": {
"type": "string"
},
"filetype": {
"type": "string"
},
"groups": {
"type": "array",
"items": {
"type": "string"
}
},
"has_more_shares": {
"type": "boolean"
},
"has_rich_preview": {
"type": "boolean"
},
"id": {
"type": "string"
},
"ims": {
"type": "array",
"items": {
"type": "string"
}
},
"is_external": {
"type": "boolean"
},
"is_public": {
"type": "boolean"
},
"is_starred": {
"type": "boolean"
},
"media_display_type": {
"type": "string"
},
"mimetype": {
"type": "string"
},
"mode": {
"type": "string"
},
"name": {
"type": "string"
},
"permalink": {
"type": "string"
},
"permalink_public": {
"type": "string"
},
"pretty_type": {
"type": "string"
},
"public_url_shared": {
"type": "boolean"
},
"size": {
"type": "integer"
},
"subtype": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"title": {
"type": "string"
},
"transcription": {
"type": "object",
"properties": {
"status": {
"type": "string"
}
}
},
"url_private": {
"type": "string"
},
"url_private_download": {
"type": "string"
},
"user": {
"type": "string"
},
"user_team": {
"type": "string"
},
"username": {
"type": "string"
}
},
"version": 1
}