mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat: Generate Schema Files - 18113073 (no-changelog) (#12927)
Co-authored-by: Elias Meire <elias@meire.dev>
This commit is contained in:
15
packages/nodes-base/nodes/Line/__schema__/v1.0.0/notification/send.json
vendored
Normal file
15
packages/nodes-base/nodes/Line/__schema__/v1.0.0/notification/send.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"status": {
|
||||
"type": "integer"
|
||||
},
|
||||
"message": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"status",
|
||||
"message"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user