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:
@@ -10,12 +10,6 @@
|
||||
"accent_color_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"active_usernames": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"can_send_gift": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -30,12 +24,9 @@
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -7,9 +7,6 @@
|
||||
"result": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"is_anonymous": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -36,5 +33,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user