mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore: NODE-2585 - Generate Schema Files (no-changelog) (#14058)
This commit is contained in:
@@ -1,43 +1,151 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"parent": {
|
||||
"action_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"made_sla": {
|
||||
"actions_taken": {
|
||||
"type": "string"
|
||||
},
|
||||
"caused_by": {
|
||||
"active": {
|
||||
"type": "string"
|
||||
},
|
||||
"watch_list": {
|
||||
"activity_due": {
|
||||
"type": "string"
|
||||
},
|
||||
"upon_reject": {
|
||||
"additional_assignee_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_updated_on": {
|
||||
"type": "string"
|
||||
},
|
||||
"child_incidents": {
|
||||
"type": "string"
|
||||
},
|
||||
"hold_reason": {
|
||||
"type": "string"
|
||||
},
|
||||
"origin_table": {
|
||||
"type": "string"
|
||||
},
|
||||
"task_effective_number": {
|
||||
"approval": {
|
||||
"type": "string"
|
||||
},
|
||||
"approval_history": {
|
||||
"type": "string"
|
||||
},
|
||||
"approval_set": {
|
||||
"type": "string"
|
||||
},
|
||||
"business_duration": {
|
||||
"type": "string"
|
||||
},
|
||||
"business_impact": {
|
||||
"type": "string"
|
||||
},
|
||||
"business_service": {
|
||||
"type": "string"
|
||||
},
|
||||
"business_stc": {
|
||||
"type": "string"
|
||||
},
|
||||
"calendar_duration": {
|
||||
"type": "string"
|
||||
},
|
||||
"calendar_stc": {
|
||||
"type": "string"
|
||||
},
|
||||
"category": {
|
||||
"type": "string"
|
||||
},
|
||||
"cause": {
|
||||
"type": "string"
|
||||
},
|
||||
"caused_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"child_incidents": {
|
||||
"type": "string"
|
||||
},
|
||||
"close_code": {
|
||||
"type": "string"
|
||||
},
|
||||
"close_notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"closed_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"closed_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"cmdb_ci": {
|
||||
"type": "string"
|
||||
},
|
||||
"comments": {
|
||||
"type": "string"
|
||||
},
|
||||
"comments_and_work_notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"contact_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"contract": {
|
||||
"type": "string"
|
||||
},
|
||||
"correlation_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"correlation_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"delivery_plan": {
|
||||
"type": "string"
|
||||
},
|
||||
"delivery_task": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"due_date": {
|
||||
"type": "string"
|
||||
},
|
||||
"escalation": {
|
||||
"type": "string"
|
||||
},
|
||||
"expected_start": {
|
||||
"type": "string"
|
||||
},
|
||||
"follow_up": {
|
||||
"type": "string"
|
||||
},
|
||||
"group_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"hold_reason": {
|
||||
"type": "string"
|
||||
},
|
||||
"impact": {
|
||||
"type": "string"
|
||||
},
|
||||
"incident_state": {
|
||||
"type": "string"
|
||||
},
|
||||
"knowledge": {
|
||||
"type": "string"
|
||||
},
|
||||
"lessons_learned": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "string"
|
||||
},
|
||||
"made_sla": {
|
||||
"type": "string"
|
||||
},
|
||||
"major_incident_state": {
|
||||
"type": "string"
|
||||
},
|
||||
"needs_attention": {
|
||||
"type": "string"
|
||||
},
|
||||
"notify": {
|
||||
"type": "string"
|
||||
},
|
||||
"number": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_updated_by": {
|
||||
"opened_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"opened_by": {
|
||||
@@ -49,13 +157,90 @@
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"link",
|
||||
"value"
|
||||
]
|
||||
}
|
||||
},
|
||||
"user_input": {
|
||||
"order": {
|
||||
"type": "string"
|
||||
},
|
||||
"origin_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"origin_table": {
|
||||
"type": "string"
|
||||
},
|
||||
"overview": {
|
||||
"type": "string"
|
||||
},
|
||||
"parent": {
|
||||
"type": "string"
|
||||
},
|
||||
"parent_incident": {
|
||||
"type": "string"
|
||||
},
|
||||
"priority": {
|
||||
"type": "string"
|
||||
},
|
||||
"problem_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"promoted_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"promoted_on": {
|
||||
"type": "string"
|
||||
},
|
||||
"proposed_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"proposed_on": {
|
||||
"type": "string"
|
||||
},
|
||||
"reassignment_count": {
|
||||
"type": "string"
|
||||
},
|
||||
"reopen_count": {
|
||||
"type": "string"
|
||||
},
|
||||
"reopened_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"reopened_time": {
|
||||
"type": "string"
|
||||
},
|
||||
"resolved_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"rfc": {
|
||||
"type": "string"
|
||||
},
|
||||
"route_reason": {
|
||||
"type": "string"
|
||||
},
|
||||
"service_offering": {
|
||||
"type": "string"
|
||||
},
|
||||
"severity": {
|
||||
"type": "string"
|
||||
},
|
||||
"short_description": {
|
||||
"type": "string"
|
||||
},
|
||||
"skills": {
|
||||
"type": "string"
|
||||
},
|
||||
"sla_due": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"subcategory": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_class_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_created_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_created_on": {
|
||||
@@ -70,274 +255,27 @@
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"link",
|
||||
"value"
|
||||
]
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"cmdb_ci": {
|
||||
"type": "string"
|
||||
},
|
||||
"delivery_plan": {
|
||||
"type": "string"
|
||||
},
|
||||
"contract": {
|
||||
"type": "string"
|
||||
},
|
||||
"impact": {
|
||||
"type": "string"
|
||||
},
|
||||
"active": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_notes_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"business_service": {
|
||||
"type": "string"
|
||||
},
|
||||
"business_impact": {
|
||||
"type": "string"
|
||||
},
|
||||
"priority": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"sys_domain_path": {
|
||||
"type": "string"
|
||||
},
|
||||
"rfc": {
|
||||
"type": "string"
|
||||
},
|
||||
"time_worked": {
|
||||
"type": "string"
|
||||
},
|
||||
"expected_start": {
|
||||
"type": "string"
|
||||
},
|
||||
"opened_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"business_duration": {
|
||||
"type": "string"
|
||||
},
|
||||
"group_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_end": {
|
||||
"type": "string"
|
||||
},
|
||||
"caller_id": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"link": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"link",
|
||||
"value"
|
||||
]
|
||||
},
|
||||
"reopened_time": {
|
||||
"type": "string"
|
||||
},
|
||||
"resolved_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"approval_set": {
|
||||
"type": "string"
|
||||
},
|
||||
"subcategory": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"universal_request": {
|
||||
"type": "string"
|
||||
},
|
||||
"short_description": {
|
||||
"type": "string"
|
||||
},
|
||||
"close_code": {
|
||||
"type": "string"
|
||||
},
|
||||
"correlation_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"delivery_task": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_start": {
|
||||
"type": "string"
|
||||
},
|
||||
"additional_assignee_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"business_stc": {
|
||||
"type": "string"
|
||||
},
|
||||
"cause": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"origin_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"calendar_duration": {
|
||||
"type": "string"
|
||||
},
|
||||
"close_notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"notify": {
|
||||
"type": "string"
|
||||
},
|
||||
"service_offering": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_class_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"closed_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"follow_up": {
|
||||
"type": "string"
|
||||
},
|
||||
"parent_incident": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"contact_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"reopened_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"incident_state": {
|
||||
"type": "string"
|
||||
},
|
||||
"urgency": {
|
||||
"type": "string"
|
||||
},
|
||||
"problem_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"reassignment_count": {
|
||||
"type": "string"
|
||||
},
|
||||
"activity_due": {
|
||||
"type": "string"
|
||||
},
|
||||
"severity": {
|
||||
"type": "string"
|
||||
},
|
||||
"comments": {
|
||||
"type": "string"
|
||||
},
|
||||
"approval": {
|
||||
"type": "string"
|
||||
},
|
||||
"sla_due": {
|
||||
"type": "string"
|
||||
},
|
||||
"comments_and_work_notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"due_date": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_mod_count": {
|
||||
"type": "string"
|
||||
},
|
||||
"reopen_count": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_tags": {
|
||||
"type": "string"
|
||||
},
|
||||
"escalation": {
|
||||
"sys_updated_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"upon_approval": {
|
||||
"sys_updated_on": {
|
||||
"type": "string"
|
||||
},
|
||||
"correlation_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "string"
|
||||
},
|
||||
"category": {
|
||||
"type": "string"
|
||||
},
|
||||
"skills": {
|
||||
"type": "string"
|
||||
},
|
||||
"needs_attention": {
|
||||
"type": "string"
|
||||
},
|
||||
"action_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"actions_taken": {
|
||||
"type": "string"
|
||||
},
|
||||
"promoted_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"proposed_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"lessons_learned": {
|
||||
"type": "string"
|
||||
},
|
||||
"major_incident_state": {
|
||||
"type": "string"
|
||||
},
|
||||
"trigger_rule": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeline": {
|
||||
"type": "string"
|
||||
},
|
||||
"promoted_on": {
|
||||
"type": "string"
|
||||
},
|
||||
"proposed_on": {
|
||||
"type": "string"
|
||||
},
|
||||
"overview": {
|
||||
"task_effective_number": {
|
||||
"type": "string"
|
||||
},
|
||||
"task_for": {
|
||||
@@ -349,21 +287,50 @@
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"link",
|
||||
"value"
|
||||
]
|
||||
}
|
||||
},
|
||||
"time_worked": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeline": {
|
||||
"type": "string"
|
||||
},
|
||||
"trigger_rule": {
|
||||
"type": "string"
|
||||
},
|
||||
"universal_request": {
|
||||
"type": "string"
|
||||
},
|
||||
"upon_approval": {
|
||||
"type": "string"
|
||||
},
|
||||
"upon_reject": {
|
||||
"type": "string"
|
||||
},
|
||||
"urgency": {
|
||||
"type": "string"
|
||||
},
|
||||
"user_input": {
|
||||
"type": "string"
|
||||
},
|
||||
"watch_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_end": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_notes_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_start": {
|
||||
"type": "string"
|
||||
},
|
||||
"x_caci_sg_meraki_device_alert": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"sys_domain",
|
||||
"sys_domain_path",
|
||||
"sys_class_name",
|
||||
"sys_id"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,43 +1,129 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"parent": {
|
||||
"active": {
|
||||
"type": "string"
|
||||
},
|
||||
"made_sla": {
|
||||
"activity_due": {
|
||||
"type": "string"
|
||||
},
|
||||
"caused_by": {
|
||||
"additional_assignee_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"watch_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"upon_reject": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_updated_on": {
|
||||
"type": "string"
|
||||
},
|
||||
"child_incidents": {
|
||||
"type": "string"
|
||||
},
|
||||
"hold_reason": {
|
||||
"type": "string"
|
||||
},
|
||||
"origin_table": {
|
||||
"type": "string"
|
||||
},
|
||||
"task_effective_number": {
|
||||
"approval": {
|
||||
"type": "string"
|
||||
},
|
||||
"approval_history": {
|
||||
"type": "string"
|
||||
},
|
||||
"approval_set": {
|
||||
"type": "string"
|
||||
},
|
||||
"business_duration": {
|
||||
"type": "string"
|
||||
},
|
||||
"business_impact": {
|
||||
"type": "string"
|
||||
},
|
||||
"business_stc": {
|
||||
"type": "string"
|
||||
},
|
||||
"calendar_duration": {
|
||||
"type": "string"
|
||||
},
|
||||
"calendar_stc": {
|
||||
"type": "string"
|
||||
},
|
||||
"caller_id": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"link": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"category": {
|
||||
"type": "string"
|
||||
},
|
||||
"cause": {
|
||||
"type": "string"
|
||||
},
|
||||
"caused_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"child_incidents": {
|
||||
"type": "string"
|
||||
},
|
||||
"close_notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"closed_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"comments": {
|
||||
"type": "string"
|
||||
},
|
||||
"comments_and_work_notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"contract": {
|
||||
"type": "string"
|
||||
},
|
||||
"correlation_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"correlation_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"delivery_plan": {
|
||||
"type": "string"
|
||||
},
|
||||
"delivery_task": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"due_date": {
|
||||
"type": "string"
|
||||
},
|
||||
"escalation": {
|
||||
"type": "string"
|
||||
},
|
||||
"expected_start": {
|
||||
"type": "string"
|
||||
},
|
||||
"follow_up": {
|
||||
"type": "string"
|
||||
},
|
||||
"group_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"hold_reason": {
|
||||
"type": "string"
|
||||
},
|
||||
"impact": {
|
||||
"type": "string"
|
||||
},
|
||||
"incident_state": {
|
||||
"type": "string"
|
||||
},
|
||||
"knowledge": {
|
||||
"type": "string"
|
||||
},
|
||||
"made_sla": {
|
||||
"type": "string"
|
||||
},
|
||||
"notify": {
|
||||
"type": "string"
|
||||
},
|
||||
"number": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_updated_by": {
|
||||
"opened_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"opened_by": {
|
||||
@@ -49,12 +135,66 @@
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"link"
|
||||
]
|
||||
}
|
||||
},
|
||||
"user_input": {
|
||||
"order": {
|
||||
"type": "string"
|
||||
},
|
||||
"origin_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"origin_table": {
|
||||
"type": "string"
|
||||
},
|
||||
"parent": {
|
||||
"type": "string"
|
||||
},
|
||||
"priority": {
|
||||
"type": "string"
|
||||
},
|
||||
"problem_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"reassignment_count": {
|
||||
"type": "string"
|
||||
},
|
||||
"reopen_count": {
|
||||
"type": "string"
|
||||
},
|
||||
"reopened_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"reopened_time": {
|
||||
"type": "string"
|
||||
},
|
||||
"resolved_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"rfc": {
|
||||
"type": "string"
|
||||
},
|
||||
"route_reason": {
|
||||
"type": "string"
|
||||
},
|
||||
"severity": {
|
||||
"type": "string"
|
||||
},
|
||||
"short_description": {
|
||||
"type": "string"
|
||||
},
|
||||
"sla_due": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"subcategory": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_class_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_created_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_created_on": {
|
||||
@@ -69,209 +209,60 @@
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"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"
|
||||
},
|
||||
"time_worked": {
|
||||
"type": "string"
|
||||
},
|
||||
"expected_start": {
|
||||
"type": "string"
|
||||
},
|
||||
"opened_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"business_duration": {
|
||||
"type": "string"
|
||||
},
|
||||
"group_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_end": {
|
||||
"type": "string"
|
||||
},
|
||||
"caller_id": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"link": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"link"
|
||||
]
|
||||
},
|
||||
"reopened_time": {
|
||||
"type": "string"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"cause": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"origin_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"calendar_duration": {
|
||||
"type": "string"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"urgency": {
|
||||
"type": "string"
|
||||
},
|
||||
"problem_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"reassignment_count": {
|
||||
"type": "string"
|
||||
},
|
||||
"activity_due": {
|
||||
"type": "string"
|
||||
},
|
||||
"severity": {
|
||||
"type": "string"
|
||||
},
|
||||
"comments": {
|
||||
"type": "string"
|
||||
},
|
||||
"approval": {
|
||||
"type": "string"
|
||||
},
|
||||
"sla_due": {
|
||||
"type": "string"
|
||||
},
|
||||
"comments_and_work_notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"due_date": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_mod_count": {
|
||||
"type": "string"
|
||||
},
|
||||
"reopen_count": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_tags": {
|
||||
"type": "string"
|
||||
},
|
||||
"escalation": {
|
||||
"sys_updated_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_updated_on": {
|
||||
"type": "string"
|
||||
},
|
||||
"task_effective_number": {
|
||||
"type": "string"
|
||||
},
|
||||
"time_worked": {
|
||||
"type": "string"
|
||||
},
|
||||
"universal_request": {
|
||||
"type": "string"
|
||||
},
|
||||
"upon_approval": {
|
||||
"type": "string"
|
||||
},
|
||||
"correlation_id": {
|
||||
"upon_reject": {
|
||||
"type": "string"
|
||||
},
|
||||
"category": {
|
||||
"urgency": {
|
||||
"type": "string"
|
||||
},
|
||||
"user_input": {
|
||||
"type": "string"
|
||||
},
|
||||
"watch_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_end": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_notes_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_start": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,49 +1,100 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"sys_mod_count": {
|
||||
"active": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_updated_on": {
|
||||
"activity_due": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_tags": {
|
||||
"additional_assignee_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_class_name": {
|
||||
"approval": {
|
||||
"type": "string"
|
||||
},
|
||||
"number": {
|
||||
"approval_history": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_id": {
|
||||
"approval_set": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_updated_by": {
|
||||
"assigned_to": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_created_on": {
|
||||
"business_duration": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_created_by": {
|
||||
"business_service": {
|
||||
"type": "string"
|
||||
},
|
||||
"parent": {
|
||||
"calendar_duration": {
|
||||
"type": "string"
|
||||
},
|
||||
"close_notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"closed_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"closed_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"cmdb_ci": {
|
||||
"type": "string"
|
||||
},
|
||||
"comments": {
|
||||
"type": "string"
|
||||
},
|
||||
"comments_and_work_notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"contact_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"contract": {
|
||||
"type": "string"
|
||||
},
|
||||
"correlation_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"correlation_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"due_date": {
|
||||
"type": "string"
|
||||
},
|
||||
"escalation": {
|
||||
"type": "string"
|
||||
},
|
||||
"expected_start": {
|
||||
"type": "string"
|
||||
},
|
||||
"follow_up": {
|
||||
"type": "string"
|
||||
},
|
||||
"group_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"impact": {
|
||||
"type": "string"
|
||||
},
|
||||
"knowledge": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "string"
|
||||
},
|
||||
"made_sla": {
|
||||
"type": "string"
|
||||
},
|
||||
"watch_list": {
|
||||
"number": {
|
||||
"type": "string"
|
||||
},
|
||||
"upon_reject": {
|
||||
"type": "string"
|
||||
},
|
||||
"task_effective_number": {
|
||||
"type": "string"
|
||||
},
|
||||
"approval_history": {
|
||||
"opened_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"opened_by": {
|
||||
@@ -55,13 +106,42 @@
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"link",
|
||||
"value"
|
||||
]
|
||||
}
|
||||
},
|
||||
"user_input": {
|
||||
"order": {
|
||||
"type": "string"
|
||||
},
|
||||
"parent": {
|
||||
"type": "string"
|
||||
},
|
||||
"priority": {
|
||||
"type": "string"
|
||||
},
|
||||
"reassignment_count": {
|
||||
"type": "string"
|
||||
},
|
||||
"route_reason": {
|
||||
"type": "string"
|
||||
},
|
||||
"service_offering": {
|
||||
"type": "string"
|
||||
},
|
||||
"short_description": {
|
||||
"type": "string"
|
||||
},
|
||||
"sla_due": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_class_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_created_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_created_on": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_domain": {
|
||||
@@ -73,159 +153,59 @@
|
||||
"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": {
|
||||
"sys_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"opened_at": {
|
||||
"sys_mod_count": {
|
||||
"type": "string"
|
||||
},
|
||||
"business_duration": {
|
||||
"sys_tags": {
|
||||
"type": "string"
|
||||
},
|
||||
"group_list": {
|
||||
"sys_updated_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_end": {
|
||||
"sys_updated_on": {
|
||||
"type": "string"
|
||||
},
|
||||
"approval_set": {
|
||||
"type": "string"
|
||||
},
|
||||
"work_notes": {
|
||||
"task_effective_number": {
|
||||
"type": "string"
|
||||
},
|
||||
"universal_request": {
|
||||
"type": "string"
|
||||
},
|
||||
"short_description": {
|
||||
"upon_approval": {
|
||||
"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": {
|
||||
"upon_reject": {
|
||||
"type": "string"
|
||||
},
|
||||
"urgency": {
|
||||
"type": "string"
|
||||
},
|
||||
"reassignment_count": {
|
||||
"user_input": {
|
||||
"type": "string"
|
||||
},
|
||||
"activity_due": {
|
||||
"watch_list": {
|
||||
"type": "string"
|
||||
},
|
||||
"assigned_to": {
|
||||
"work_end": {
|
||||
"type": "string"
|
||||
},
|
||||
"comments": {
|
||||
"work_notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"approval": {
|
||||
"work_notes_list": {
|
||||
"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": {
|
||||
"work_start": {
|
||||
"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,10 +4,34 @@
|
||||
"number": {
|
||||
"type": "string"
|
||||
},
|
||||
"short_description": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_class_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_created_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_created_on": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"short_description": {
|
||||
"sys_mod_count": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_tags": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_updated_by": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys_updated_on": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -10,10 +10,7 @@
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"link"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
|
||||
Reference in New Issue
Block a user