chore: NODE-3065 - Generate Schema Files (no-changelog) (#15893)

This commit is contained in:
Jon
2025-06-03 22:17:50 +01:00
committed by GitHub
parent f8c9038c10
commit 7639cfbaa7
76 changed files with 1953 additions and 977 deletions

View File

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

View File

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

View File

@@ -1,21 +1,9 @@
{
"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"
},
@@ -24,34 +12,7 @@
},
"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": 3
"version": 4
}