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:
54
packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/organization/getAll.json
vendored
Normal file
54
packages/nodes-base/nodes/Zendesk/__schema__/v1.0.0/organization/getAll.json
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"shared_tickets": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"shared_comments": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"domain_names": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"url",
|
||||
"id",
|
||||
"name",
|
||||
"shared_tickets",
|
||||
"shared_comments",
|
||||
"external_id",
|
||||
"created_at",
|
||||
"updated_at",
|
||||
"domain_names",
|
||||
"details",
|
||||
"notes",
|
||||
"group_id",
|
||||
"tags",
|
||||
"organization_fields"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user