mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
chore: Add new schemas (no-changelog) (#13215)
This commit is contained in:
57
packages/nodes-base/nodes/Pushbullet/__schema__/v1.0.0/push/create.json
vendored
Normal file
57
packages/nodes-base/nodes/Pushbullet/__schema__/v1.0.0/push/create.json
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"iden": {
|
||||
"type": "string"
|
||||
},
|
||||
"created": {
|
||||
"type": "number"
|
||||
},
|
||||
"modified": {
|
||||
"type": "number"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"dismissed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"direction": {
|
||||
"type": "string"
|
||||
},
|
||||
"receiver_iden": {
|
||||
"type": "string"
|
||||
},
|
||||
"receiver_email": {
|
||||
"type": "string"
|
||||
},
|
||||
"receiver_email_normalized": {
|
||||
"type": "string"
|
||||
},
|
||||
"client_iden": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"body": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"active",
|
||||
"iden",
|
||||
"created",
|
||||
"modified",
|
||||
"type",
|
||||
"dismissed",
|
||||
"direction",
|
||||
"receiver_iden",
|
||||
"receiver_email",
|
||||
"receiver_email_normalized",
|
||||
"client_iden"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user