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

@@ -4,6 +4,9 @@
"archived": {
"type": "boolean"
},
"deleted": {
"type": "boolean"
},
"hidden": {
"type": "boolean"
},
@@ -40,5 +43,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -15,29 +15,7 @@
},
"type": {
"type": "string"
},
"type_config": {
"type": "object",
"properties": {
"options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
}
}
}
}
}
}
},
"version": 2
"version": 3
}