mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore: NODE-2911 - Generate Schema Files (no-changelog) (#15030)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
"closed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"color": {
|
||||
"type": "null"
|
||||
},
|
||||
"datasource": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -21,6 +24,9 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"softLimit": {
|
||||
"type": "null"
|
||||
},
|
||||
"subscribed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -28,5 +34,5 @@
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -29,6 +29,9 @@
|
||||
"checkItemsChecked": {
|
||||
"type": "integer"
|
||||
},
|
||||
"checkItemsEarliestDue": {
|
||||
"type": "null"
|
||||
},
|
||||
"comments": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -61,6 +64,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"cardRole": {
|
||||
"type": "null"
|
||||
},
|
||||
"checkItemStates": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -87,6 +93,9 @@
|
||||
"idPlugin": {
|
||||
"type": "null"
|
||||
},
|
||||
"idUploadedBackground": {
|
||||
"type": "null"
|
||||
},
|
||||
"size": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -142,6 +151,9 @@
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -191,5 +203,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user