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

@@ -12,9 +12,6 @@
}
}
},
"CaseNumber": {
"type": "string"
},
"Id": {
"type": "string"
},
@@ -22,5 +19,5 @@
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -1,20 +1,6 @@
{
"type": "object",
"properties": {
"errors": {
"type": "array",
"items": {
"type": "object",
"properties": {
"message": {
"type": "string"
},
"statusCode": {
"type": "string"
}
}
}
},
"id": {
"type": "string"
},
@@ -22,5 +8,5 @@
"type": "boolean"
}
},
"version": 2
"version": 3
}

View File

@@ -15,9 +15,12 @@
"Id": {
"type": "string"
},
"LastName": {
"type": "string"
},
"Status": {
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -1,9 +1,6 @@
{
"type": "object",
"properties": {
"AccountId": {
"type": "string"
},
"attributes": {
"type": "object",
"properties": {
@@ -17,10 +14,7 @@
},
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"version": 6
"version": 7
}

View File

@@ -23,10 +23,7 @@
},
"Type": {
"type": "null"
},
"WhatId": {
"type": "string"
}
},
"version": 3
"version": 4
}