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

@@ -21,10 +21,7 @@
},
"lastName": {
"type": "string"
},
"linkedinUrl": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -0,0 +1,30 @@
{
"type": "object",
"properties": {
"_id": {
"type": "string"
},
"campaignId": {
"type": "string"
},
"companyName": {
"type": "string"
},
"email": {
"type": "string"
},
"firstName": {
"type": "string"
},
"isPaused": {
"type": "boolean"
},
"lastName": {
"type": "string"
},
"phone": {
"type": "string"
}
},
"version": 1
}