chore: NODE-3557 - Generate Schema Files (no-changelog) (#19018)

Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
This commit is contained in:
Jon
2025-09-08 08:06:32 +01:00
committed by GitHub
parent 627dbd9d78
commit ed8fd32692
82 changed files with 1416 additions and 937 deletions

View File

@@ -1,9 +1,21 @@
{
"type": "object",
"properties": {
"name": {
"path": {
"type": "string"
},
"sha": {
"type": "string"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"version": 2
"version": 3
}