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

@@ -1,9 +1,18 @@
{
"type": "object",
"properties": {
"contact_address_complete": {
"type": "string"
},
"display_name": {
"type": "string"
},
"id": {
"type": "integer"
},
"is_company": {
"type": "boolean"
}
},
"version": 1
"version": 2
}

View File

@@ -3,10 +3,7 @@
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -1,9 +1,57 @@
{
"type": "object",
"properties": {
"__last_update": {
"type": "string"
},
"active": {
"type": "boolean"
},
"contact_fullname": {
"type": "string"
},
"contact_lastname": {
"type": "string"
},
"country": {
"type": "boolean"
},
"create_date": {
"type": "string"
},
"display_name": {
"type": "string"
},
"id": {
"type": "integer"
},
"is_blacklisted": {
"type": "boolean"
},
"lost_reason": {
"type": "boolean"
},
"message_attachment_count": {
"type": "integer"
},
"message_ids": {
"type": "array",
"items": {
"type": "integer"
}
},
"street4": {
"type": "boolean"
},
"tag_ids": {
"type": "array",
"items": {
"type": "integer"
}
},
"type": {
"type": "string"
}
},
"version": 2
"version": 3
}