mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore: NODE-2547 - Generate Schema Files (no-changelog) (#13873)
This commit is contained in:
@@ -11,5 +11,6 @@
|
||||
"required": [
|
||||
"status",
|
||||
"id"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,22 +1,18 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Modified Date": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created Date": {
|
||||
"_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created By": {
|
||||
"type": "string"
|
||||
},
|
||||
"_id": {
|
||||
"Created Date": {
|
||||
"type": "string"
|
||||
},
|
||||
"Modified Date": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Modified Date",
|
||||
"Created Date",
|
||||
"_id"
|
||||
]
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,22 +1,23 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Created Date": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created By": {
|
||||
"_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Modified Date": {
|
||||
"type": "string"
|
||||
},
|
||||
"_id": {
|
||||
"Created By": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created Date": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Created Date",
|
||||
"_id",
|
||||
"Modified Date",
|
||||
"_id"
|
||||
]
|
||||
"Created Date"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -4,5 +4,9 @@
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user