mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore: NODE-2547 - Generate Schema Files (no-changelog) (#13873)
This commit is contained in:
16
packages/nodes-base/nodes/Linear/__schema__/v1.0.0/notification/send.json
vendored
Normal file
16
packages/nodes-base/nodes/Linear/__schema__/v1.0.0/notification/send.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"status": {
|
||||
"type": "integer"
|
||||
},
|
||||
"message": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"status",
|
||||
"message"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
Reference in New Issue
Block a user