mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore: NODE-2671 - Generate Schema Files (no-changelog) (#14438)
This commit is contained in:
@@ -21,9 +21,6 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"softLimit": {
|
||||
"type": "null"
|
||||
},
|
||||
"subscribed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -31,5 +28,5 @@
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -47,6 +47,9 @@
|
||||
"location": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"maliciousAttachments": {
|
||||
"type": "integer"
|
||||
},
|
||||
"subscribed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -58,9 +61,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"cardRole": {
|
||||
"type": "null"
|
||||
},
|
||||
"checkItemStates": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -87,9 +87,6 @@
|
||||
"idPlugin": {
|
||||
"type": "null"
|
||||
},
|
||||
"idUploadedBackground": {
|
||||
"type": "null"
|
||||
},
|
||||
"size": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -194,5 +191,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user