chore: NODE-3208 - Generate Schema Files (no-changelog) (#16860)

Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
This commit is contained in:
Jon
2025-07-02 07:29:17 +01:00
committed by GitHub
parent 9f8d3d3bc8
commit 2770645eb4
74 changed files with 1150 additions and 1800 deletions

View File

@@ -42,6 +42,9 @@
"id": {
"type": "integer"
},
"last_name": {
"type": "string"
},
"max_reaction_count": {
"type": "integer"
},
@@ -54,5 +57,5 @@
}
}
},
"version": 3
"version": 4
}

View File

@@ -16,9 +16,6 @@
"id": {
"type": "integer"
},
"last_name": {
"type": "string"
},
"type": {
"type": "string"
},
@@ -59,5 +56,5 @@
}
}
},
"version": 2
"version": 3
}

View File

@@ -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
}

View File

@@ -18,6 +18,9 @@
},
"type": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
@@ -70,5 +73,5 @@
}
}
},
"version": 3
"version": 4
}