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:
@@ -301,10 +301,19 @@
|
||||
"category": {
|
||||
"type": "string"
|
||||
},
|
||||
"promoted_by": {
|
||||
"skills": {
|
||||
"type": "string"
|
||||
},
|
||||
"skills": {
|
||||
"needs_attention": {
|
||||
"type": "string"
|
||||
},
|
||||
"action_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"actions_taken": {
|
||||
"type": "string"
|
||||
},
|
||||
"promoted_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"proposed_by": {
|
||||
@@ -328,15 +337,9 @@
|
||||
"proposed_on": {
|
||||
"type": "string"
|
||||
},
|
||||
"actions_taken": {
|
||||
"type": "string"
|
||||
},
|
||||
"overview": {
|
||||
"type": "string"
|
||||
},
|
||||
"needs_attention": {
|
||||
"type": "string"
|
||||
},
|
||||
"task_for": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -352,103 +355,15 @@
|
||||
"value"
|
||||
]
|
||||
},
|
||||
"action_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"x_caci_sg_meraki_device_alert": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"parent",
|
||||
"made_sla",
|
||||
"caused_by",
|
||||
"watch_list",
|
||||
"upon_reject",
|
||||
"sys_updated_on",
|
||||
"child_incidents",
|
||||
"hold_reason",
|
||||
"origin_table",
|
||||
"task_effective_number",
|
||||
"approval_history",
|
||||
"number",
|
||||
"resolved_by",
|
||||
"sys_updated_by",
|
||||
"opened_by",
|
||||
"user_input",
|
||||
"sys_created_on",
|
||||
"sys_domain",
|
||||
"state",
|
||||
"route_reason",
|
||||
"sys_created_by",
|
||||
"knowledge",
|
||||
"order",
|
||||
"calendar_stc",
|
||||
"closed_at",
|
||||
"cmdb_ci",
|
||||
"contract",
|
||||
"impact",
|
||||
"active",
|
||||
"work_notes_list",
|
||||
"business_service",
|
||||
"business_impact",
|
||||
"priority",
|
||||
"sys_domain_path",
|
||||
"rfc",
|
||||
"time_worked",
|
||||
"expected_start",
|
||||
"opened_at",
|
||||
"business_duration",
|
||||
"group_list",
|
||||
"work_end",
|
||||
"caller_id",
|
||||
"reopened_time",
|
||||
"resolved_at",
|
||||
"approval_set",
|
||||
"subcategory",
|
||||
"work_notes",
|
||||
"universal_request",
|
||||
"short_description",
|
||||
"close_code",
|
||||
"correlation_display",
|
||||
"work_start",
|
||||
"assignment_group",
|
||||
"additional_assignee_list",
|
||||
"business_stc",
|
||||
"cause",
|
||||
"description",
|
||||
"origin_id",
|
||||
"calendar_duration",
|
||||
"close_notes",
|
||||
"notify",
|
||||
"service_offering",
|
||||
"sys_class_name",
|
||||
"closed_by",
|
||||
"follow_up",
|
||||
"parent_incident",
|
||||
"sys_id",
|
||||
"contact_type",
|
||||
"reopened_by",
|
||||
"incident_state",
|
||||
"urgency",
|
||||
"problem_id",
|
||||
"company",
|
||||
"reassignment_count",
|
||||
"activity_due",
|
||||
"assigned_to",
|
||||
"severity",
|
||||
"comments",
|
||||
"approval",
|
||||
"sla_due",
|
||||
"comments_and_work_notes",
|
||||
"due_date",
|
||||
"sys_mod_count",
|
||||
"reopen_count",
|
||||
"sys_tags",
|
||||
"escalation",
|
||||
"upon_approval",
|
||||
"correlation_id",
|
||||
"location",
|
||||
"category"
|
||||
]
|
||||
"sys_id"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
"parent": {
|
||||
"type": "string"
|
||||
},
|
||||
"made_sla": {
|
||||
"type": "string"
|
||||
},
|
||||
"caused_by": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -16,114 +19,24 @@
|
||||
"sys_updated_on": {
|
||||
"type": "string"
|
||||
},
|
||||
"child_incidents": {
|
||||
"type": "string"
|
||||
},
|
||||
"hold_reason": {
|
||||
"type": "string"
|
||||
},
|
||||
"origin_table": {
|
||||
"type": "string"
|
||||
},
|
||||
"task_effective_number": {
|
||||
"type": "string"
|
||||
},
|
||||
"approval_history": {
|
||||
"type": "string"
|
||||
},
|
||||
"number": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_created_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"knowledge": {
|
||||
"type": "string"
|
||||
},
|
||||
"order": {
|
||||
"type": "string"
|
||||
},
|
||||
"delivery_plan": {
|
||||
"type": "string"
|
||||
},
|
||||
"contract": {
|
||||
"type": "string"
|
||||
},
|
||||
"impact": {
|
||||
"type": "string"
|
||||
},
|
||||
"active": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_notes_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"priority": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_domain_path": {
|
||||
"type": "string"
|
||||
},
|
||||
"business_duration": {
|
||||
"type": "string"
|
||||
},
|
||||
"group_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"approval_set": {
|
||||
"type": "string"
|
||||
},
|
||||
"universal_request": {
|
||||
"type": "string"
|
||||
},
|
||||
"short_description": {
|
||||
"type": "string"
|
||||
},
|
||||
"correlation_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"delivery_task": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_start": {
|
||||
"type": "string"
|
||||
},
|
||||
"additional_assignee_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"notify": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_class_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"follow_up": {
|
||||
"type": "string"
|
||||
},
|
||||
"reopened_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"reassignment_count": {
|
||||
"type": "string"
|
||||
},
|
||||
"sla_due": {
|
||||
"type": "string"
|
||||
},
|
||||
"comments_and_work_notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"escalation": {
|
||||
"type": "string"
|
||||
},
|
||||
"upon_approval": {
|
||||
"type": "string"
|
||||
},
|
||||
"correlation_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"made_sla": {
|
||||
"type": "string"
|
||||
},
|
||||
"child_incidents": {
|
||||
"type": "string"
|
||||
},
|
||||
"task_effective_number": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_updated_by": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -161,18 +74,51 @@
|
||||
"link"
|
||||
]
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"route_reason": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_created_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"knowledge": {
|
||||
"type": "string"
|
||||
},
|
||||
"order": {
|
||||
"type": "string"
|
||||
},
|
||||
"calendar_stc": {
|
||||
"type": "string"
|
||||
},
|
||||
"closed_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"delivery_plan": {
|
||||
"type": "string"
|
||||
},
|
||||
"contract": {
|
||||
"type": "string"
|
||||
},
|
||||
"impact": {
|
||||
"type": "string"
|
||||
},
|
||||
"active": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_notes_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"business_impact": {
|
||||
"type": "string"
|
||||
},
|
||||
"priority": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_domain_path": {
|
||||
"type": "string"
|
||||
},
|
||||
"rfc": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -185,6 +131,12 @@
|
||||
"opened_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"business_duration": {
|
||||
"type": "string"
|
||||
},
|
||||
"group_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_end": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -208,12 +160,33 @@
|
||||
"resolved_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"approval_set": {
|
||||
"type": "string"
|
||||
},
|
||||
"subcategory": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"universal_request": {
|
||||
"type": "string"
|
||||
},
|
||||
"short_description": {
|
||||
"type": "string"
|
||||
},
|
||||
"correlation_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"delivery_task": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_start": {
|
||||
"type": "string"
|
||||
},
|
||||
"additional_assignee_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"business_stc": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -232,9 +205,21 @@
|
||||
"close_notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"notify": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_class_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"follow_up": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"reopened_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"incident_state": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -244,6 +229,9 @@
|
||||
"problem_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"reassignment_count": {
|
||||
"type": "string"
|
||||
},
|
||||
"activity_due": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -256,6 +244,12 @@
|
||||
"approval": {
|
||||
"type": "string"
|
||||
},
|
||||
"sla_due": {
|
||||
"type": "string"
|
||||
},
|
||||
"comments_and_work_notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"due_date": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -268,11 +262,18 @@
|
||||
"sys_tags": {
|
||||
"type": "string"
|
||||
},
|
||||
"category": {
|
||||
"escalation": {
|
||||
"type": "string"
|
||||
},
|
||||
"hold_reason": {
|
||||
"upon_approval": {
|
||||
"type": "string"
|
||||
},
|
||||
"correlation_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"category": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
231
packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/tableRecord/create.json
vendored
Normal file
231
packages/nodes-base/nodes/ServiceNow/__schema__/v1.0.0/tableRecord/create.json
vendored
Normal file
@@ -0,0 +1,231 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"sys_mod_count": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_updated_on": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_tags": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_class_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"number": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_updated_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_created_on": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_created_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"parent": {
|
||||
"type": "string"
|
||||
},
|
||||
"made_sla": {
|
||||
"type": "string"
|
||||
},
|
||||
"watch_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"upon_reject": {
|
||||
"type": "string"
|
||||
},
|
||||
"task_effective_number": {
|
||||
"type": "string"
|
||||
},
|
||||
"approval_history": {
|
||||
"type": "string"
|
||||
},
|
||||
"opened_by": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"link": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"link",
|
||||
"value"
|
||||
]
|
||||
},
|
||||
"user_input": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_domain": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"link": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"link",
|
||||
"value"
|
||||
]
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"route_reason": {
|
||||
"type": "string"
|
||||
},
|
||||
"knowledge": {
|
||||
"type": "string"
|
||||
},
|
||||
"order": {
|
||||
"type": "string"
|
||||
},
|
||||
"closed_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"cmdb_ci": {
|
||||
"type": "string"
|
||||
},
|
||||
"contract": {
|
||||
"type": "string"
|
||||
},
|
||||
"impact": {
|
||||
"type": "string"
|
||||
},
|
||||
"active": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_notes_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"business_service": {
|
||||
"type": "string"
|
||||
},
|
||||
"priority": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_domain_path": {
|
||||
"type": "string"
|
||||
},
|
||||
"expected_start": {
|
||||
"type": "string"
|
||||
},
|
||||
"opened_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"business_duration": {
|
||||
"type": "string"
|
||||
},
|
||||
"group_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_end": {
|
||||
"type": "string"
|
||||
},
|
||||
"approval_set": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"universal_request": {
|
||||
"type": "string"
|
||||
},
|
||||
"short_description": {
|
||||
"type": "string"
|
||||
},
|
||||
"correlation_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_start": {
|
||||
"type": "string"
|
||||
},
|
||||
"assignment_group": {
|
||||
"type": "string"
|
||||
},
|
||||
"additional_assignee_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"calendar_duration": {
|
||||
"type": "string"
|
||||
},
|
||||
"close_notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"service_offering": {
|
||||
"type": "string"
|
||||
},
|
||||
"closed_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"follow_up": {
|
||||
"type": "string"
|
||||
},
|
||||
"contact_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"urgency": {
|
||||
"type": "string"
|
||||
},
|
||||
"reassignment_count": {
|
||||
"type": "string"
|
||||
},
|
||||
"activity_due": {
|
||||
"type": "string"
|
||||
},
|
||||
"assigned_to": {
|
||||
"type": "string"
|
||||
},
|
||||
"comments": {
|
||||
"type": "string"
|
||||
},
|
||||
"approval": {
|
||||
"type": "string"
|
||||
},
|
||||
"sla_due": {
|
||||
"type": "string"
|
||||
},
|
||||
"comments_and_work_notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"due_date": {
|
||||
"type": "string"
|
||||
},
|
||||
"escalation": {
|
||||
"type": "string"
|
||||
},
|
||||
"upon_approval": {
|
||||
"type": "string"
|
||||
},
|
||||
"correlation_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"sys_mod_count",
|
||||
"sys_updated_on",
|
||||
"sys_tags",
|
||||
"sys_id",
|
||||
"sys_updated_by",
|
||||
"sys_created_on",
|
||||
"sys_created_by"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
@@ -4,53 +4,12 @@
|
||||
"number": {
|
||||
"type": "string"
|
||||
},
|
||||
"short_description": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"author": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"link": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"link",
|
||||
"value"
|
||||
]
|
||||
},
|
||||
"rating": {
|
||||
"type": "string"
|
||||
},
|
||||
"language": {
|
||||
"type": "string"
|
||||
},
|
||||
"embedded_media": {
|
||||
"type": "string"
|
||||
},
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"helpful_text": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_updated_on": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_helpful_rating": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_rating": {
|
||||
"type": "string"
|
||||
},
|
||||
"view_count": {
|
||||
"short_description": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -15,5 +15,6 @@
|
||||
"link"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user