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

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

View File

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

View File

@@ -14,7 +14,10 @@
},
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"version": 5
"version": 6
}

View File

@@ -1,15 +1,15 @@
{
"type": "object",
"properties": {
"created": {
"type": "boolean"
},
"id": {
"type": "string"
},
"success": {
"type": "boolean"
},
"created": {
"type": "boolean"
}
},
"version": 1
"version": 2
}

View File

@@ -1,6 +1,9 @@
{
"type": "object",
"properties": {
"AccountId": {
"type": "string"
},
"attributes": {
"type": "object",
"properties": {
@@ -15,9 +18,9 @@
"Id": {
"type": "string"
},
"StageName": {
"Name": {
"type": "string"
}
},
"version": 5
"version": 6
}

View File

@@ -1,6 +1,12 @@
{
"type": "object",
"properties": {
"AccountId": {
"type": "string"
},
"ActivityDate__c": {
"type": "string"
},
"attributes": {
"type": "object",
"properties": {
@@ -15,12 +21,12 @@
"Id": {
"type": "string"
},
"Priority": {
"type": "string"
"Type": {
"type": "null"
},
"Status": {
"WhatId": {
"type": "string"
}
},
"version": 2
"version": 3
}

View File

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