chore: NODE-3514 - Generate Schema Files (no-changelog) (#18539)

Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
This commit is contained in:
Jon
2025-08-21 13:40:36 +01:00
committed by GitHub
parent 4920f50d3f
commit 9ab150961d
115 changed files with 2036 additions and 1329 deletions

View File

@@ -1,50 +1,9 @@
{
"type": "object",
"properties": {
"_links": {
"type": "object",
"properties": {
"git": {
"type": "string"
},
"html": {
"type": "string"
},
"self": {
"type": "string"
}
}
},
"content": {
"type": "string"
},
"encoding": {
"type": "string"
},
"git_url": {
"type": "string"
},
"html_url": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"sha": {
"type": "string"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"version": 1
"version": 2
}