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:
42
packages/nodes-base/nodes/Bitly/__schema__/v1.0.0/link/create.json
vendored
Normal file
42
packages/nodes-base/nodes/Bitly/__schema__/v1.0.0/link/create.json
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"link": {
|
||||
"type": "string"
|
||||
},
|
||||
"long_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"references": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"group": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"group"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"created_at",
|
||||
"id",
|
||||
"link",
|
||||
"custom_bitlinks",
|
||||
"long_url",
|
||||
"archived",
|
||||
"tags",
|
||||
"deeplinks",
|
||||
"references"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user