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

@@ -24,17 +24,6 @@
"reviewId": {
"type": "string"
},
"reviewReply": {
"type": "object",
"properties": {
"comment": {
"type": "string"
},
"updateTime": {
"type": "string"
}
}
},
"starRating": {
"type": "string"
},
@@ -42,5 +31,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -15,9 +15,6 @@
}
}
},
"description": {
"type": "string"
},
"end": {
"type": "object",
"properties": {
@@ -47,12 +44,12 @@
"kind": {
"type": "string"
},
"location": {
"type": "string"
},
"organizer": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"email": {
"type": "string"
},
@@ -93,5 +90,5 @@
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -27,20 +27,9 @@
}
}
},
"phoneNumbers": {
"type": "object",
"properties": {
"mobile": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"resourceName": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -0,0 +1,9 @@
{
"type": "object",
"properties": {
"name": {
"type": "string"
}
},
"version": 1
}

View File

@@ -12,7 +12,13 @@
},
"_updateTime": {
"type": "string"
},
"chat_id": {
"type": "string"
},
"lastInteraction": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -1,30 +1,18 @@
{
"type": "object",
"properties": {
"historyId": {
"type": "string"
},
"id": {
"type": "string"
},
"internalDate": {
"type": "string"
},
"labelIds": {
"type": "array",
"items": {
"type": "string"
}
},
"sizeEstimate": {
"type": "integer"
},
"snippet": {
"type": "string"
},
"threadId": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -80,6 +80,12 @@
"to": {
"type": "string"
},
"x-gm-message-state": {
"type": "string"
},
"x-google-dkim-signature": {
"type": "string"
},
"x-google-smtp-source": {
"type": "string"
},
@@ -141,5 +147,5 @@
}
}
},
"version": 2
"version": 3
}

View File

@@ -1,139 +1,55 @@
{
"type": "object",
"properties": {
"date": {
"From": {
"type": "string"
},
"from": {
"type": "object",
"properties": {
"html": {
"type": "string"
},
"text": {
"type": "string"
},
"value": {
"type": "array",
"items": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
},
"headers": {
"type": "object",
"properties": {
"arc-authentication-results": {
"type": "string"
},
"arc-message-signature": {
"type": "string"
},
"arc-seal": {
"type": "string"
},
"authentication-results": {
"type": "string"
},
"content-type": {
"type": "string"
},
"date": {
"type": "string"
},
"delivered-to": {
"type": "string"
},
"dkim-signature": {
"type": "string"
},
"from": {
"type": "string"
},
"message-id": {
"type": "string"
},
"mime-version": {
"type": "string"
},
"received": {
"type": "string"
},
"received-spf": {
"type": "string"
},
"return-path": {
"type": "string"
},
"subject": {
"type": "string"
},
"to": {
"type": "string"
},
"x-google-smtp-source": {
"type": "string"
},
"x-received": {
"type": "string"
}
}
"historyId": {
"type": "string"
},
"id": {
"type": "string"
},
"labelIds": {
"internalDate": {
"type": "string"
},
"labels": {
"type": "array",
"items": {
"type": "string"
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
},
"messageId": {
"type": "string"
"payload": {
"type": "object",
"properties": {
"mimeType": {
"type": "string"
}
}
},
"sizeEstimate": {
"type": "integer"
},
"subject": {
"snippet": {
"type": "string"
},
"Subject": {
"type": "string"
},
"threadId": {
"type": "string"
},
"to": {
"type": "object",
"properties": {
"html": {
"type": "string"
},
"text": {
"type": "string"
},
"value": {
"type": "array",
"items": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
"To": {
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -12,27 +12,6 @@
"items": {
"type": "object",
"properties": {
"ARC-Authentication-Results": {
"type": "string"
},
"ARC-Message-Signature": {
"type": "string"
},
"ARC-Seal": {
"type": "string"
},
"Authentication-Results": {
"type": "string"
},
"Content-Type": {
"type": "string"
},
"Date": {
"type": "string"
},
"Delivered-To": {
"type": "string"
},
"From": {
"type": "string"
},
@@ -59,46 +38,14 @@
}
}
},
"Message-ID": {
"type": "string"
},
"MIME-Version": {
"type": "string"
},
"payload": {
"type": "object",
"properties": {
"body": {
"type": "object",
"properties": {
"data": {
"type": "string"
},
"size": {
"type": "integer"
}
}
},
"filename": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"partId": {
"type": "string"
}
}
},
"Received": {
"type": "string"
},
"Received-SPF": {
"type": "string"
},
"Return-Path": {
"type": "string"
},
"sizeEstimate": {
"type": "integer"
},
@@ -113,16 +60,10 @@
},
"To": {
"type": "string"
},
"X-Google-Smtp-Source": {
"type": "string"
},
"X-Received": {
"type": "string"
}
}
}
}
},
"version": 2
"version": 3
}

View File

@@ -27,9 +27,6 @@
}
}
},
"notes": {
"type": "string"
},
"position": {
"type": "string"
},
@@ -49,5 +46,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -178,7 +178,41 @@
"type": "string"
}
}
},
"status": {
"type": "object",
"properties": {
"embeddable": {
"type": "boolean"
},
"license": {
"type": "string"
},
"madeForKids": {
"type": "boolean"
},
"privacyStatus": {
"type": "string"
},
"publicStatsViewable": {
"type": "boolean"
},
"uploadStatus": {
"type": "string"
}
}
},
"topicDetails": {
"type": "object",
"properties": {
"topicCategories": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"version": 2
"version": 3
}