mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-24 04:59:13 +00:00
chore: NODE-2585 - Generate Schema Files (no-changelog) (#14058)
This commit is contained in:
@@ -1,101 +1,67 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Owner": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"email"
|
||||
]
|
||||
},
|
||||
"$currency_symbol": {
|
||||
"type": "string"
|
||||
},
|
||||
"$field_states": {
|
||||
"type": "null"
|
||||
},
|
||||
"$state": {
|
||||
"type": "string"
|
||||
},
|
||||
"$process_flow": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$locked_for_me": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"$approved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$approval": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"delegate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"takeover": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"approve": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"delegate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reject": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"resubmit": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"takeover": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"delegate",
|
||||
"takeover",
|
||||
"approve",
|
||||
"reject",
|
||||
"resubmit"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Created_Time": {
|
||||
"$approval_state": {
|
||||
"type": "string"
|
||||
},
|
||||
"$approved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$currency_symbol": {
|
||||
"type": "string"
|
||||
},
|
||||
"$editable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"email"
|
||||
]
|
||||
"$field_states": {
|
||||
"type": "null"
|
||||
},
|
||||
"$in_merge": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$is_duplicate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$layout_id": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"$locked_for_me": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$process_flow": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$review": {
|
||||
"type": "null"
|
||||
},
|
||||
"$review_process": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -108,49 +74,10 @@
|
||||
"resubmit": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"approve",
|
||||
"reject",
|
||||
"resubmit"
|
||||
]
|
||||
}
|
||||
},
|
||||
"$layout_id": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
},
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"email"
|
||||
]
|
||||
},
|
||||
"$review": {
|
||||
"type": "null"
|
||||
"$state": {
|
||||
"type": "string"
|
||||
},
|
||||
"Account_Name": {
|
||||
"type": "string"
|
||||
@@ -158,43 +85,63 @@
|
||||
"Account_Number": {
|
||||
"type": "string"
|
||||
},
|
||||
"Modified_Time": {
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Parent_Account": {
|
||||
"type": "null"
|
||||
},
|
||||
"$in_merge": {
|
||||
"type": "boolean"
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Locked__s": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$approval_state": {
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Owner": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Parent_Account": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Owner",
|
||||
"$currency_symbol",
|
||||
"$field_states",
|
||||
"Last_Activity_Time",
|
||||
"$state",
|
||||
"$process_flow",
|
||||
"$locked_for_me",
|
||||
"id",
|
||||
"$approved",
|
||||
"$approval",
|
||||
"$editable",
|
||||
"$zia_owner_assignment",
|
||||
"$review_process",
|
||||
"Website",
|
||||
"$review",
|
||||
"Account_Name",
|
||||
"Modified_Time",
|
||||
"$orchestration",
|
||||
"$in_merge",
|
||||
"$approval_state"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,31 +1,67 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Owner": {
|
||||
"$approval": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
"approve": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
"delegate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
"reject": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"resubmit": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"takeover": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"email"
|
||||
]
|
||||
}
|
||||
},
|
||||
"$approval_state": {
|
||||
"type": "string"
|
||||
},
|
||||
"$approved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$currency_symbol": {
|
||||
"type": "string"
|
||||
},
|
||||
"$editable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$field_states": {
|
||||
"type": "null"
|
||||
},
|
||||
"$in_merge": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$is_duplicate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$layout_id": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"$locked_for_me": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$process_flow": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$review": {
|
||||
"type": "null"
|
||||
},
|
||||
"$review_process": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -38,102 +74,51 @@
|
||||
"resubmit": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"approve",
|
||||
"reject",
|
||||
"resubmit"
|
||||
]
|
||||
},
|
||||
"$review": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"$state": {
|
||||
"type": "string"
|
||||
},
|
||||
"$process_flow": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$locked_for_me": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Account_Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Account_Number": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"$approved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$approval": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"delegate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"takeover": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"approve": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reject": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"resubmit": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"delegate",
|
||||
"approve",
|
||||
"reject",
|
||||
"resubmit"
|
||||
]
|
||||
},
|
||||
"$editable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$in_merge": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Locked__s": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Owner": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Tag": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"$approval_state": {
|
||||
"type": "string"
|
||||
},
|
||||
"$is_duplicate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Account_Number": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,23 +1,16 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Modified_By": {
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
@@ -25,28 +18,20 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created_By": {
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Modified_Time",
|
||||
"Modified_By",
|
||||
"Created_Time",
|
||||
"id",
|
||||
"Created_By"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,103 +1,67 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Owner": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"email"
|
||||
]
|
||||
},
|
||||
"$currency_symbol": {
|
||||
"type": "string"
|
||||
},
|
||||
"$field_states": {
|
||||
"type": "null"
|
||||
},
|
||||
"$state": {
|
||||
"type": "string"
|
||||
},
|
||||
"Unsubscribed_Mode": {
|
||||
"type": "null"
|
||||
},
|
||||
"$process_flow": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$locked_for_me": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"$approved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$approval": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"delegate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"takeover": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"approve": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"delegate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reject": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"resubmit": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"takeover": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"delegate",
|
||||
"approve",
|
||||
"reject",
|
||||
"resubmit"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Created_Time": {
|
||||
"$approval_state": {
|
||||
"type": "string"
|
||||
},
|
||||
"$approved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$currency_symbol": {
|
||||
"type": "string"
|
||||
},
|
||||
"$editable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"email"
|
||||
]
|
||||
"$field_states": {
|
||||
"type": "null"
|
||||
},
|
||||
"$in_merge": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$is_duplicate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$layout_id": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"$locked_for_me": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$process_flow": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$review": {
|
||||
"type": "null"
|
||||
},
|
||||
"$review_process": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -110,140 +74,121 @@
|
||||
"resubmit": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"approve",
|
||||
"reject",
|
||||
"resubmit"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Full_Name": {
|
||||
"$state": {
|
||||
"type": "string"
|
||||
},
|
||||
"Modified_By": {
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"email"
|
||||
]
|
||||
}
|
||||
},
|
||||
"$review": {
|
||||
"type": "null"
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Email_Opt_Out": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Modified_Time": {
|
||||
"Fax": {
|
||||
"type": "null"
|
||||
},
|
||||
"Full_Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Unsubscribed_Time": {
|
||||
"Home_Phone": {
|
||||
"type": "null"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Last_Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"$in_merge": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Locked__s": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Tag": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"$approval_state": {
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Other_State": {
|
||||
"type": "null"
|
||||
},
|
||||
"Other_City": {
|
||||
"type": "null"
|
||||
},
|
||||
"Other_Country": {
|
||||
"type": "null"
|
||||
},
|
||||
"Assistant": {
|
||||
"type": "null"
|
||||
},
|
||||
"Reporting_To": {
|
||||
"type": "null"
|
||||
},
|
||||
"Home_Phone": {
|
||||
"type": "null"
|
||||
},
|
||||
"Vendor_Name": {
|
||||
"type": "null"
|
||||
},
|
||||
"Other_Zip": {
|
||||
"type": "null"
|
||||
},
|
||||
"Asst_Phone": {
|
||||
"type": "null"
|
||||
},
|
||||
"Date_of_Birth": {
|
||||
"Other_State": {
|
||||
"type": "null"
|
||||
},
|
||||
"Other_Street": {
|
||||
"type": "null"
|
||||
},
|
||||
"Fax": {
|
||||
"Other_Zip": {
|
||||
"type": "null"
|
||||
},
|
||||
"$canvas_id": {
|
||||
"Owner": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Reporting_To": {
|
||||
"type": "null"
|
||||
},
|
||||
"Tag": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Unsubscribed_Mode": {
|
||||
"type": "null"
|
||||
},
|
||||
"Unsubscribed_Time": {
|
||||
"type": "null"
|
||||
},
|
||||
"Vendor_Name": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Owner",
|
||||
"Email",
|
||||
"$currency_symbol",
|
||||
"$field_states",
|
||||
"Last_Activity_Time",
|
||||
"$state",
|
||||
"$process_flow",
|
||||
"$locked_for_me",
|
||||
"id",
|
||||
"$approved",
|
||||
"$approval",
|
||||
"$editable",
|
||||
"$zia_owner_assignment",
|
||||
"$review_process",
|
||||
"Salutation",
|
||||
"First_Name",
|
||||
"Full_Name",
|
||||
"$review",
|
||||
"$orchestration",
|
||||
"Last_Name",
|
||||
"$in_merge",
|
||||
"$approval_state"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,103 +1,67 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Owner": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"email"
|
||||
]
|
||||
},
|
||||
"$currency_symbol": {
|
||||
"type": "string"
|
||||
},
|
||||
"$field_states": {
|
||||
"type": "null"
|
||||
},
|
||||
"$state": {
|
||||
"type": "string"
|
||||
},
|
||||
"Unsubscribed_Mode": {
|
||||
"type": "null"
|
||||
},
|
||||
"$process_flow": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$locked_for_me": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"$approved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$approval": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"delegate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"takeover": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"approve": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"delegate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reject": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"resubmit": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"takeover": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"delegate",
|
||||
"approve",
|
||||
"reject",
|
||||
"resubmit"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Created_Time": {
|
||||
"$approval_state": {
|
||||
"type": "string"
|
||||
},
|
||||
"$approved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$currency_symbol": {
|
||||
"type": "string"
|
||||
},
|
||||
"$editable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"email"
|
||||
]
|
||||
"$field_states": {
|
||||
"type": "null"
|
||||
},
|
||||
"$in_merge": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$is_duplicate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$layout_id": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"$locked_for_me": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$process_flow": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$review": {
|
||||
"type": "null"
|
||||
},
|
||||
"$review_process": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -110,107 +74,106 @@
|
||||
"resubmit": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"approve",
|
||||
"reject",
|
||||
"resubmit"
|
||||
]
|
||||
},
|
||||
"$layout_id": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
},
|
||||
"Full_Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"email"
|
||||
]
|
||||
},
|
||||
"$review": {
|
||||
"type": "null"
|
||||
},
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Unsubscribed_Time": {
|
||||
"type": "null"
|
||||
},
|
||||
"Last_Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"$in_merge": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Locked__s": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Tag": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"$approval_state": {
|
||||
"$state": {
|
||||
"type": "string"
|
||||
},
|
||||
"Other_Zip": {
|
||||
"type": "null"
|
||||
},
|
||||
"Email_Opt_Out": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Other_Street": {
|
||||
"type": "null"
|
||||
},
|
||||
"Assistant": {
|
||||
"type": "null"
|
||||
},
|
||||
"Asst_Phone": {
|
||||
"type": "null"
|
||||
},
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Email_Opt_Out": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Full_Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Last_Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Locked__s": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Other_Street": {
|
||||
"type": "null"
|
||||
},
|
||||
"Other_Zip": {
|
||||
"type": "null"
|
||||
},
|
||||
"Owner": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Tag": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Unsubscribed_Mode": {
|
||||
"type": "null"
|
||||
},
|
||||
"Unsubscribed_Time": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,23 +1,16 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Modified_By": {
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
@@ -25,28 +18,20 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created_By": {
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Modified_Time",
|
||||
"Modified_By",
|
||||
"Created_Time",
|
||||
"id",
|
||||
"Created_By"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,23 +1,16 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Modified_By": {
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
@@ -25,28 +18,20 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created_By": {
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Modified_Time",
|
||||
"Modified_By",
|
||||
"Created_Time",
|
||||
"id",
|
||||
"Created_By"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,23 +1,16 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Modified_By": {
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
@@ -25,28 +18,20 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created_By": {
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Modified_Time",
|
||||
"Modified_By",
|
||||
"Created_Time",
|
||||
"id",
|
||||
"Created_By"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,62 +1,55 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Owner": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"email"
|
||||
]
|
||||
},
|
||||
"$field_states": {
|
||||
"type": "null"
|
||||
},
|
||||
"$state": {
|
||||
"type": "string"
|
||||
},
|
||||
"$process_flow": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"$approval": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"delegate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"takeover": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"approve": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"delegate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reject": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"resubmit": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"takeover": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"delegate",
|
||||
"approve",
|
||||
"reject",
|
||||
"resubmit"
|
||||
]
|
||||
}
|
||||
},
|
||||
"$approval_state": {
|
||||
"type": "string"
|
||||
},
|
||||
"$approved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$canvas_id": {
|
||||
"type": "null"
|
||||
},
|
||||
"$currency_symbol": {
|
||||
"type": "string"
|
||||
},
|
||||
"$editable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$field_states": {
|
||||
"type": "null"
|
||||
},
|
||||
"$in_merge": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$locked_for_me": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$process_flow": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$review": {
|
||||
"type": "null"
|
||||
},
|
||||
"$review_process": {
|
||||
"type": "object",
|
||||
@@ -70,168 +63,107 @@
|
||||
"resubmit": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"approve",
|
||||
"reject",
|
||||
"resubmit"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Probability": {
|
||||
"type": "integer"
|
||||
"$state": {
|
||||
"type": "string"
|
||||
},
|
||||
"Account_Name": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Contact_Name": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Deal_Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Locked__s": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Owner": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Probability": {
|
||||
"type": "integer"
|
||||
},
|
||||
"Tag": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"$currency_symbol": {
|
||||
"type": "string"
|
||||
},
|
||||
"Deal_Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"$locked_for_me": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$approved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$editable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$review": {
|
||||
"type": "null"
|
||||
},
|
||||
"$in_merge": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$approval_state": {
|
||||
"type": "string"
|
||||
},
|
||||
"Campaign_Source": {
|
||||
"type": "null"
|
||||
},
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"email"
|
||||
]
|
||||
},
|
||||
"Account_Name": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
},
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"email"
|
||||
]
|
||||
},
|
||||
"$canvas_id": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Owner",
|
||||
"$field_states",
|
||||
"$state",
|
||||
"$process_flow",
|
||||
"Stage",
|
||||
"id",
|
||||
"$approval",
|
||||
"$review_process",
|
||||
"Lead_Conversion_Time",
|
||||
"Overall_Sales_Duration",
|
||||
"Amount",
|
||||
"$orchestration",
|
||||
"Contact_Name",
|
||||
"Locked__s",
|
||||
"$currency_symbol",
|
||||
"Last_Activity_Time",
|
||||
"Deal_Name",
|
||||
"$locked_for_me",
|
||||
"$approved",
|
||||
"$editable",
|
||||
"$zia_owner_assignment",
|
||||
"$review",
|
||||
"Sales_Cycle_Duration",
|
||||
"$in_merge",
|
||||
"$approval_state"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,31 +1,64 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Owner": {
|
||||
"$approval": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
"approve": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
"delegate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
"reject": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"resubmit": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"takeover": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"email"
|
||||
]
|
||||
}
|
||||
},
|
||||
"$approval_state": {
|
||||
"type": "string"
|
||||
},
|
||||
"$approved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$currency_symbol": {
|
||||
"type": "string"
|
||||
},
|
||||
"$editable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$field_states": {
|
||||
"type": "null"
|
||||
},
|
||||
"$in_merge": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$layout_id": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"$locked_for_me": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$process_flow": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$review": {
|
||||
"type": "null"
|
||||
},
|
||||
"$review_process": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -38,127 +71,65 @@
|
||||
"resubmit": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"approve",
|
||||
"reject",
|
||||
"resubmit"
|
||||
]
|
||||
},
|
||||
"$layout_id": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
},
|
||||
"$review": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"$state": {
|
||||
"type": "string"
|
||||
},
|
||||
"$process_flow": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Deal_Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"$locked_for_me": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"$approved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$approval": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"delegate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"takeover": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"approve": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reject": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"resubmit": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"delegate",
|
||||
"approve",
|
||||
"reject",
|
||||
"resubmit"
|
||||
]
|
||||
},
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"$editable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$in_merge": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Locked__s": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"email"
|
||||
]
|
||||
},
|
||||
"$approval_state": {
|
||||
"type": "string"
|
||||
},
|
||||
"Account_Name": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Deal_Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Locked__s": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Owner": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,23 +1,16 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Modified_By": {
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
@@ -25,28 +18,20 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created_By": {
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Modified_Time",
|
||||
"Modified_By",
|
||||
"Created_Time",
|
||||
"id",
|
||||
"Created_By"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,23 +1,16 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Modified_By": {
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
@@ -25,28 +18,20 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created_By": {
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Modified_Time",
|
||||
"Modified_By",
|
||||
"Created_Time",
|
||||
"id",
|
||||
"Created_By"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -6,113 +6,54 @@
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Owner": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"email"
|
||||
]
|
||||
},
|
||||
"$currency_symbol": {
|
||||
"type": "string"
|
||||
},
|
||||
"$field_states": {
|
||||
"type": "null"
|
||||
},
|
||||
"$state": {
|
||||
"type": "string"
|
||||
},
|
||||
"Unsubscribed_Mode": {
|
||||
"type": "null"
|
||||
},
|
||||
"$converted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$process_flow": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$locked_for_me": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"$approved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$approval": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"delegate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"takeover": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"approve": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"delegate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reject": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"resubmit": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"takeover": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"delegate",
|
||||
"approve",
|
||||
"reject",
|
||||
"resubmit"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Created_Time": {
|
||||
"$approval_state": {
|
||||
"type": "string"
|
||||
},
|
||||
"$approved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$converted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$currency_symbol": {
|
||||
"type": "string"
|
||||
},
|
||||
"$editable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"No_of_Employees": {
|
||||
"$field_states": {
|
||||
"type": "null"
|
||||
},
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"email"
|
||||
]
|
||||
"$in_merge": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$zia_owner_assignment": {
|
||||
"type": "string"
|
||||
"$locked_for_me": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Secondary_Email": {
|
||||
"type": "null"
|
||||
"$process_flow": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Rating": {
|
||||
"$review": {
|
||||
"type": "null"
|
||||
},
|
||||
"$review_process": {
|
||||
@@ -127,117 +68,112 @@
|
||||
"resubmit": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"approve",
|
||||
"reject",
|
||||
"resubmit"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Full_Name": {
|
||||
"$state": {
|
||||
"type": "string"
|
||||
},
|
||||
"Modified_By": {
|
||||
"$zia_owner_assignment": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"email"
|
||||
]
|
||||
}
|
||||
},
|
||||
"$review": {
|
||||
"type": "null"
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Email_Opt_Out": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Modified_Time": {
|
||||
"Fax": {
|
||||
"type": "null"
|
||||
},
|
||||
"Full_Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Unsubscribed_Time": {
|
||||
"type": "null"
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Last_Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"$in_merge": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Locked__s": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"No_of_Employees": {
|
||||
"type": "null"
|
||||
},
|
||||
"Owner": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Rating": {
|
||||
"type": "null"
|
||||
},
|
||||
"Secondary_Email": {
|
||||
"type": "null"
|
||||
},
|
||||
"Tag": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"Fax": {
|
||||
"Unsubscribed_Mode": {
|
||||
"type": "null"
|
||||
},
|
||||
"$approval_state": {
|
||||
"type": "string"
|
||||
"Unsubscribed_Time": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Owner",
|
||||
"Email",
|
||||
"$currency_symbol",
|
||||
"$field_states",
|
||||
"Last_Activity_Time",
|
||||
"$state",
|
||||
"Unsubscribed_Mode",
|
||||
"$converted",
|
||||
"$process_flow",
|
||||
"$locked_for_me",
|
||||
"id",
|
||||
"$approved",
|
||||
"$approval",
|
||||
"Created_Time",
|
||||
"$editable",
|
||||
"Created_By",
|
||||
"$zia_owner_assignment",
|
||||
"$review_process",
|
||||
"Salutation",
|
||||
"First_Name",
|
||||
"Full_Name",
|
||||
"$review",
|
||||
"Phone",
|
||||
"$converted_detail",
|
||||
"Unsubscribed_Time",
|
||||
"$orchestration",
|
||||
"Last_Name",
|
||||
"$in_merge",
|
||||
"$approval_state"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"data"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,81 +1,67 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Owner": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"email"
|
||||
]
|
||||
},
|
||||
"$currency_symbol": {
|
||||
"type": "string"
|
||||
},
|
||||
"$field_states": {
|
||||
"type": "null"
|
||||
},
|
||||
"$state": {
|
||||
"type": "string"
|
||||
},
|
||||
"Unsubscribed_Mode": {
|
||||
"type": "null"
|
||||
},
|
||||
"$converted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$process_flow": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$locked_for_me": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"$approved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$approval": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"delegate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"takeover": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"approve": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"delegate": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reject": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"resubmit": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"takeover": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"delegate",
|
||||
"approve",
|
||||
"reject",
|
||||
"resubmit"
|
||||
]
|
||||
}
|
||||
},
|
||||
"$approval_state": {
|
||||
"type": "string"
|
||||
},
|
||||
"$approved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$converted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$currency_symbol": {
|
||||
"type": "string"
|
||||
},
|
||||
"$editable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$field_states": {
|
||||
"type": "null"
|
||||
},
|
||||
"$in_merge": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$layout_id": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"$locked_for_me": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$process_flow": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"$review": {
|
||||
"type": "null"
|
||||
},
|
||||
"$review_process": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -88,95 +74,77 @@
|
||||
"resubmit": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"approve",
|
||||
"reject",
|
||||
"resubmit"
|
||||
]
|
||||
}
|
||||
},
|
||||
"$layout_id": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
},
|
||||
"Full_Name": {
|
||||
"$state": {
|
||||
"type": "string"
|
||||
},
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id",
|
||||
"email"
|
||||
]
|
||||
},
|
||||
"$review": {
|
||||
"type": "null"
|
||||
},
|
||||
"Email_Opt_Out": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Modified_Time": {
|
||||
"Full_Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Unsubscribed_Time": {
|
||||
"type": "null"
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Last_Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"$in_merge": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Locked__s": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Owner": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Tag": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"$approval_state": {
|
||||
"type": "string"
|
||||
"Unsubscribed_Mode": {
|
||||
"type": "null"
|
||||
},
|
||||
"Unsubscribed_Time": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,100 +1,30 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"system_mandatory": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"webhook": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"json_type": {
|
||||
"api_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"crypt": {
|
||||
"type": "null"
|
||||
},
|
||||
"field_label": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_source": {
|
||||
"type": "string"
|
||||
},
|
||||
"field_read_only": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"display_label": {
|
||||
"type": "string"
|
||||
},
|
||||
"ui_type": {
|
||||
"type": "integer"
|
||||
},
|
||||
"read_only": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"association_details": {
|
||||
"type": "null"
|
||||
},
|
||||
"businesscard_supported": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"custom_field": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"convert_mapping": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Deals": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Contacts",
|
||||
"Deals",
|
||||
"Accounts"
|
||||
]
|
||||
}
|
||||
},
|
||||
"visible": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"length": {
|
||||
"type": "integer"
|
||||
},
|
||||
"view_type": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"view": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"edit": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"quick_create": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"create": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"view",
|
||||
"edit",
|
||||
"quick_create",
|
||||
"create"
|
||||
]
|
||||
},
|
||||
"subform": {
|
||||
"type": "null"
|
||||
},
|
||||
"external": {
|
||||
"type": "null"
|
||||
},
|
||||
"api_name": {
|
||||
"created_source": {
|
||||
"type": "string"
|
||||
},
|
||||
"history_tracking": {
|
||||
"crypt": {
|
||||
"type": "null"
|
||||
},
|
||||
"custom_field": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"data_type": {
|
||||
@@ -103,6 +33,30 @@
|
||||
"decimal_place": {
|
||||
"type": "null"
|
||||
},
|
||||
"display_label": {
|
||||
"type": "string"
|
||||
},
|
||||
"external": {
|
||||
"type": "null"
|
||||
},
|
||||
"field_label": {
|
||||
"type": "string"
|
||||
},
|
||||
"field_read_only": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"history_tracking": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"json_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"length": {
|
||||
"type": "integer"
|
||||
},
|
||||
"mass_update": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -111,29 +65,56 @@
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"actual_value": {
|
||||
"type": "string"
|
||||
},
|
||||
"display_value": {
|
||||
"type": "string"
|
||||
},
|
||||
"reference_value": {
|
||||
"type": "string"
|
||||
},
|
||||
"actual_value": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"display_value",
|
||||
"reference_value",
|
||||
"actual_value"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"quick_sequence_number": {
|
||||
"type": "string"
|
||||
},
|
||||
"read_only": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"subform": {
|
||||
"type": "null"
|
||||
},
|
||||
"system_mandatory": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ui_type": {
|
||||
"type": "integer"
|
||||
},
|
||||
"view_type": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"create": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"edit": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"quick_create": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"view": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"visible": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"webhook": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,23 +1,16 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Modified_By": {
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
@@ -25,28 +18,20 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created_By": {
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Modified_Time",
|
||||
"Modified_By",
|
||||
"Created_Time",
|
||||
"id",
|
||||
"Created_By"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,23 +1,16 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
},
|
||||
"Modified_By": {
|
||||
"Created_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Created_Time": {
|
||||
"type": "string"
|
||||
@@ -25,28 +18,20 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created_By": {
|
||||
"Modified_By": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Modified_Time": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Modified_Time",
|
||||
"Modified_By",
|
||||
"Created_Time",
|
||||
"id",
|
||||
"Created_By"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user