mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore: NODE-3208 - Generate Schema Files (no-changelog) (#16860)
Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
This commit is contained in:
@@ -42,6 +42,9 @@
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"last_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"max_reaction_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -54,5 +57,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"last_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -59,5 +56,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -30,6 +30,26 @@
|
||||
"date": {
|
||||
"type": "integer"
|
||||
},
|
||||
"entities": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"length": {
|
||||
"type": "integer"
|
||||
},
|
||||
"offset": {
|
||||
"type": "integer"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"from": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -47,6 +67,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"link_preview_options": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"is_disabled": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"message_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -56,5 +84,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -18,6 +18,9 @@
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -70,5 +73,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user