chore: NODE-2911 - Generate Schema Files (no-changelog) (#15030)

Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
Jon
2025-05-06 17:55:06 +01:00
committed by GitHub
parent 985f554501
commit d0022c5700
67 changed files with 1327 additions and 689 deletions

View File

@@ -79,12 +79,6 @@
"$state": {
"type": "string"
},
"Assistant": {
"type": "null"
},
"Asst_Phone": {
"type": "null"
},
"Created_By": {
"type": "object",
"properties": {
@@ -134,12 +128,6 @@
"Modified_Time": {
"type": "string"
},
"Other_Street": {
"type": "null"
},
"Other_Zip": {
"type": "null"
},
"Owner": {
"type": "object",
"properties": {
@@ -154,12 +142,23 @@
}
}
},
"Unsubscribed_Mode": {
"type": "null"
"Tag": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
},
"Unsubscribed_Time": {
"Vendor_Name": {
"type": "null"
}
},
"version": 2
"version": 3
}

View File

@@ -1,87 +1,6 @@
{
"type": "object",
"properties": {
"$approval": {
"type": "object",
"properties": {
"approve": {
"type": "boolean"
},
"delegate": {
"type": "boolean"
},
"reject": {
"type": "boolean"
},
"resubmit": {
"type": "boolean"
},
"takeover": {
"type": "boolean"
}
}
},
"$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": {
"approve": {
"type": "boolean"
},
"reject": {
"type": "boolean"
},
"resubmit": {
"type": "boolean"
}
}
},
"$state": {
"type": "string"
},
"Email_Opt_Out": {
"type": "boolean"
},
"Full_Name": {
"type": "string"
},
@@ -91,26 +10,6 @@
"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"
},
"Owner": {
"type": "object",
"properties": {
@@ -124,27 +23,7 @@
"type": "string"
}
}
},
"Tag": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
},
"Unsubscribed_Mode": {
"type": "null"
},
"Unsubscribed_Time": {
"type": "null"
}
},
"version": 1
"version": 2
}