mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
chore: Add new schemas (no-changelog) (#13215)
This commit is contained in:
55
packages/nodes-base/nodes/Bitwarden/__schema__/v1.0.0/member/getAll.json
vendored
Normal file
55
packages/nodes-base/nodes/Bitwarden/__schema__/v1.0.0/member/getAll.json
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"object": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"userId": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"twoFactorEnabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"status": {
|
||||
"type": "integer"
|
||||
},
|
||||
"collections": {
|
||||
"type": "null"
|
||||
},
|
||||
"resetPasswordEnrolled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ssoExternalId": {
|
||||
"type": "null"
|
||||
},
|
||||
"type": {
|
||||
"type": "integer"
|
||||
},
|
||||
"permissions": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"object",
|
||||
"id",
|
||||
"userId",
|
||||
"name",
|
||||
"email",
|
||||
"twoFactorEnabled",
|
||||
"status",
|
||||
"collections",
|
||||
"resetPasswordEnrolled",
|
||||
"type",
|
||||
"externalId",
|
||||
"permissions"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user