mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore: NODE-3065 - Generate Schema Files (no-changelog) (#15893)
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"author_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"conversation_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"edit_history_tweet_ids": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -14,5 +20,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user