chore: NODE-2671 - Generate Schema Files (no-changelog) (#14438)

This commit is contained in:
Jon
2025-04-10 18:05:45 +01:00
committed by GitHub
parent c89010871d
commit 5826ff2cec
47 changed files with 566 additions and 1196 deletions

View File

@@ -1,14 +1,6 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"attributes": {
"type": "object",
"properties": {
"SMS": {
"type": "string"
}
}
},
"createdAt": { "createdAt": {
"type": "string" "type": "string"
}, },
@@ -37,5 +29,5 @@
"type": "boolean" "type": "boolean"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -1,12 +1,9 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"name": { "id": {
"type": "string"
},
"rev": {
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -4,9 +4,9 @@
"date": { "date": {
"type": "string" "type": "string"
}, },
"totalUsers": { "sessions": {
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -15,6 +15,9 @@
} }
} }
}, },
"description": {
"type": "string"
},
"end": { "end": {
"type": "object", "type": "object",
"properties": { "properties": {
@@ -44,6 +47,9 @@
"kind": { "kind": {
"type": "string" "type": "string"
}, },
"location": {
"type": "string"
},
"organizer": { "organizer": {
"type": "object", "type": "object",
"properties": { "properties": {
@@ -87,5 +93,5 @@
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -12,19 +12,7 @@
}, },
"_updateTime": { "_updateTime": {
"type": "string" "type": "string"
},
"campaigns": {
"type": "array",
"items": {
"type": "string"
}
},
"name": {
"type": "string"
},
"phone": {
"type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

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

View File

@@ -106,12 +106,6 @@
"subject": { "subject": {
"type": "string" "type": "string"
}, },
"text": {
"type": "string"
},
"textAsHtml": {
"type": "string"
},
"threadId": { "threadId": {
"type": "string" "type": "string"
}, },
@@ -141,5 +135,5 @@
} }
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -33,9 +33,6 @@
"Delivered-To": { "Delivered-To": {
"type": "string" "type": "string"
}, },
"DKIM-Signature": {
"type": "string"
},
"From": { "From": {
"type": "string" "type": "string"
}, },
@@ -62,6 +59,9 @@
} }
} }
}, },
"Message-ID": {
"type": "string"
},
"MIME-Version": { "MIME-Version": {
"type": "string" "type": "string"
}, },
@@ -124,5 +124,5 @@
} }
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -178,41 +178,7 @@
"type": "string" "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": 1 "version": 2
} }

View File

@@ -0,0 +1,9 @@
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
},
"version": 1
}

View File

@@ -1,18 +1,164 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"accountmanagertech": {
"type": "integer"
},
"accountsid": {
"type": "string"
},
"actionemail": {
"type": "integer"
},
"clearemail": {
"type": "integer"
},
"client_to_invoice": {
"type": "integer"
},
"client_to_invoice_recurring": {
"type": "integer"
},
"colour": {
"type": "string"
},
"confirmemail": {
"type": "integer"
},
"contract_tax_code": {
"type": "integer"
},
"customer_relationship": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
},
"customer_relationship_list": {
"type": "string"
},
"customertype": {
"type": "integer"
},
"dbc_company_id": {
"type": "string"
},
"default_currency_code": {
"type": "integer"
},
"default_mailbox_id": {
"type": "integer"
},
"excludefrominvoicesync": {
"type": "boolean"
},
"id": { "id": {
"type": "integer" "type": "integer"
}, },
"inactive": {
"type": "boolean"
},
"is_account": {
"type": "boolean"
},
"is_vip": { "is_vip": {
"type": "boolean" "type": "boolean"
}, },
"item_tax_code": {
"type": "integer"
},
"itglue_id": {
"type": "string"
},
"jira_validated": {
"type": "boolean"
},
"key": {
"type": "integer"
},
"mailbox_override": {
"type": "integer"
},
"messagegroup_id": {
"type": "integer"
},
"name": { "name": {
"type": "string" "type": "string"
}, },
"notes": { "notes": {
"type": "string" "type": "string"
},
"overridepdftemplateinvoice": {
"type": "integer"
},
"overridepdftemplatequote": {
"type": "integer"
},
"percentage_to_survey": {
"type": "integer"
},
"prepay_tax_code": {
"type": "integer"
},
"pritech": {
"type": "integer"
},
"qbo_company_id": {
"type": "string"
},
"ref": {
"type": "string"
},
"sectech": {
"type": "integer"
},
"sentinel_resource_group_name": {
"type": "string"
},
"sentinel_subscription_id": {
"type": "string"
},
"sentinel_workspace_name": {
"type": "string"
},
"service_tax_code": {
"type": "integer"
},
"servicenow_validated": {
"type": "boolean"
},
"stopped": {
"type": "integer"
},
"table": {
"type": "integer"
},
"taxable": {
"type": "boolean"
},
"ticket_invoices_for_each_site": {
"type": "boolean"
},
"toplevel_id": {
"type": "integer"
},
"toplevel_name": {
"type": "string"
},
"use": {
"type": "string"
},
"xero_tenant_id": {
"type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -45,9 +45,6 @@
"timestamp": { "timestamp": {
"type": "integer" "type": "integer"
}, },
"updatedByUserId": {
"type": "integer"
},
"useTimestampAsPersistenceTimestamp": { "useTimestampAsPersistenceTimestamp": {
"type": "boolean" "type": "boolean"
}, },
@@ -76,5 +73,5 @@
} }
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -16,6 +16,9 @@
"createdate": { "createdate": {
"type": "string" "type": "string"
}, },
"email": {
"type": "string"
},
"hs_object_id": { "hs_object_id": {
"type": "string" "type": "string"
}, },
@@ -28,5 +31,5 @@
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -10,57 +10,6 @@
"portalId": { "portalId": {
"type": "integer" "type": "integer"
}, },
"properties": {
"type": "object",
"properties": {
"dealname": {
"type": "object",
"properties": {
"source": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"value": {
"type": "string"
},
"versions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"requestId": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceId": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"updatedByUserId": {
"type": "integer"
},
"useTimestampAsPersistenceTimestamp": {
"type": "boolean"
},
"value": {
"type": "string"
}
}
}
}
}
}
}
},
"stateChanges": { "stateChanges": {
"type": "array", "type": "array",
"items": { "items": {
@@ -76,5 +25,5 @@
} }
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -16,7 +16,7 @@
"createdate": { "createdate": {
"type": "string" "type": "string"
}, },
"dealname": { "dealstage": {
"type": "string" "type": "string"
}, },
"hs_lastmodifieddate": { "hs_lastmodifieddate": {
@@ -24,6 +24,9 @@
}, },
"hs_object_id": { "hs_object_id": {
"type": "string" "type": "string"
},
"pipeline": {
"type": "string"
} }
} }
}, },
@@ -31,5 +34,5 @@
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -16,98 +16,6 @@
"properties": { "properties": {
"type": "object", "type": "object",
"properties": { "properties": {
"createdate": {
"type": "object",
"properties": {
"sensitivityLevel": {
"type": "string"
},
"source": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"value": {
"type": "string"
},
"versions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"useTimestampAsPersistenceTimestamp": {
"type": "boolean"
},
"value": {
"type": "string"
}
}
}
}
}
},
"hs_email_subject": {
"type": "object",
"properties": {
"persistenceTimestamp": {
"type": "integer"
},
"sensitivityLevel": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceId": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"updatedByUserId": {
"type": "null"
},
"value": {
"type": "string"
},
"versions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"persistenceTimestamp": {
"type": "integer"
},
"source": {
"type": "string"
},
"sourceId": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"value": {
"type": "string"
}
}
}
}
}
},
"subject": { "subject": {
"type": "object", "type": "object",
"properties": { "properties": {
@@ -162,174 +70,9 @@
} }
} }
} }
},
"support_form_message": {
"type": "object",
"properties": {
"persistenceTimestamp": {
"type": "integer"
},
"sensitivityLevel": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceId": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"updatedByUserId": {
"type": "null"
},
"value": {
"type": "string"
},
"versions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"persistenceTimestamp": {
"type": "integer"
},
"source": {
"type": "string"
},
"sourceId": {
"type": "string"
},
"sourceLabel": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"value": {
"type": "string"
}
}
}
}
}
},
"support_form_subject": {
"type": "object",
"properties": {
"persistenceTimestamp": {
"type": "integer"
},
"sensitivityLevel": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceId": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"updatedByUserId": {
"type": "null"
},
"value": {
"type": "string"
},
"versions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"persistenceTimestamp": {
"type": "integer"
},
"source": {
"type": "string"
},
"sourceId": {
"type": "string"
},
"sourceLabel": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"value": {
"type": "string"
}
}
}
}
}
},
"support_form_topic": {
"type": "object",
"properties": {
"persistenceTimestamp": {
"type": "integer"
},
"sensitivityLevel": {
"type": "string"
},
"source": {
"type": "string"
},
"sourceId": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"updatedByUserId": {
"type": "null"
},
"value": {
"type": "string"
},
"versions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"persistenceTimestamp": {
"type": "integer"
},
"source": {
"type": "string"
},
"sourceId": {
"type": "string"
},
"sourceLabel": {
"type": "string"
},
"timestamp": {
"type": "integer"
},
"value": {
"type": "string"
}
}
}
}
}
} }
} }
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -0,0 +1,9 @@
{
"type": "object",
"properties": {
"row_number": {
"type": "integer"
}
},
"version": 1
}

View File

@@ -4,6 +4,89 @@
"expand": { "expand": {
"type": "string" "type": "string"
}, },
"fields": {
"type": "object",
"properties": {
"attachment": {
"type": "array",
"items": {
"type": "object",
"properties": {
"author": {
"type": "object",
"properties": {
"accountId": {
"type": "string"
},
"accountType": {
"type": "string"
},
"active": {
"type": "boolean"
},
"avatarUrls": {
"type": "object",
"properties": {
"16x16": {
"type": "string"
},
"24x24": {
"type": "string"
},
"32x32": {
"type": "string"
},
"48x48": {
"type": "string"
}
}
},
"displayName": {
"type": "string"
},
"emailAddress": {
"type": "string"
},
"self": {
"type": "string"
},
"timeZone": {
"type": "string"
}
}
},
"content": {
"type": "string"
},
"created": {
"type": "string"
},
"filename": {
"type": "string"
},
"id": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"self": {
"type": "string"
},
"size": {
"type": "integer"
},
"thumbnail": {
"type": "string"
}
}
}
},
"summary": {
"type": "string"
}
}
},
"id": { "id": {
"type": "string" "type": "string"
}, },
@@ -14,5 +97,5 @@
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -7,38 +7,7 @@
"fields": { "fields": {
"type": "object", "type": "object",
"properties": { "properties": {
"aggregateprogress": { "assignee": {
"type": "object",
"properties": {
"progress": {
"type": "integer"
},
"total": {
"type": "integer"
}
}
},
"components": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
}
}
}
},
"created": {
"type": "string"
},
"creator": {
"type": "object", "type": "object",
"properties": { "properties": {
"accountId": { "accountId": {
@@ -81,387 +50,8 @@
} }
} }
}, },
"fixVersions": { "created": {
"type": "array", "type": "string"
"items": {
"type": "object",
"properties": {
"archived": {
"type": "boolean"
},
"description": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"released": {
"type": "boolean"
},
"self": {
"type": "string"
}
}
}
},
"issuelinks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"inwardIssue": {
"type": "object",
"properties": {
"fields": {
"type": "object",
"properties": {
"issuetype": {
"type": "object",
"properties": {
"avatarId": {
"type": "integer"
},
"description": {
"type": "string"
},
"hierarchyLevel": {
"type": "integer"
},
"iconUrl": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
},
"subtask": {
"type": "boolean"
}
}
},
"priority": {
"type": "object",
"properties": {
"iconUrl": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
}
}
},
"status": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"iconUrl": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
},
"statusCategory": {
"type": "object",
"properties": {
"colorName": {
"type": "string"
},
"id": {
"type": "integer"
},
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
}
}
}
}
},
"summary": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"key": {
"type": "string"
},
"self": {
"type": "string"
}
}
},
"outwardIssue": {
"type": "object",
"properties": {
"fields": {
"type": "object",
"properties": {
"issuetype": {
"type": "object",
"properties": {
"avatarId": {
"type": "integer"
},
"description": {
"type": "string"
},
"hierarchyLevel": {
"type": "integer"
},
"iconUrl": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
},
"subtask": {
"type": "boolean"
}
}
},
"priority": {
"type": "object",
"properties": {
"iconUrl": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
}
}
},
"status": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"iconUrl": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
},
"statusCategory": {
"type": "object",
"properties": {
"colorName": {
"type": "string"
},
"id": {
"type": "integer"
},
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
}
}
}
}
},
"summary": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"key": {
"type": "string"
},
"self": {
"type": "string"
}
}
},
"self": {
"type": "string"
},
"type": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"inward": {
"type": "string"
},
"name": {
"type": "string"
},
"outward": {
"type": "string"
},
"self": {
"type": "string"
}
}
}
}
}
},
"issuetype": {
"type": "object",
"properties": {
"avatarId": {
"type": "integer"
},
"description": {
"type": "string"
},
"entityId": {
"type": "string"
},
"hierarchyLevel": {
"type": "integer"
},
"iconUrl": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
},
"subtask": {
"type": "boolean"
}
}
},
"labels": {
"type": "array",
"items": {
"type": "string"
}
},
"priority": {
"type": "object",
"properties": {
"iconUrl": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
}
}
},
"progress": {
"type": "object",
"properties": {
"progress": {
"type": "integer"
},
"total": {
"type": "integer"
}
}
},
"project": {
"type": "object",
"properties": {
"avatarUrls": {
"type": "object",
"properties": {
"16x16": {
"type": "string"
},
"24x24": {
"type": "string"
},
"32x32": {
"type": "string"
},
"48x48": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"projectTypeKey": {
"type": "string"
},
"self": {
"type": "string"
},
"simplified": {
"type": "boolean"
}
}
}, },
"reporter": { "reporter": {
"type": "object", "type": "object",
@@ -506,9 +96,6 @@
} }
} }
}, },
"security": {
"type": "null"
},
"status": { "status": {
"type": "object", "type": "object",
"properties": { "properties": {
@@ -549,156 +136,8 @@
} }
} }
}, },
"statuscategorychangedate": {
"type": "string"
},
"subtasks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"fields": {
"type": "object",
"properties": {
"issuetype": {
"type": "object",
"properties": {
"avatarId": {
"type": "integer"
},
"description": {
"type": "string"
},
"hierarchyLevel": {
"type": "integer"
},
"iconUrl": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
},
"subtask": {
"type": "boolean"
}
}
},
"priority": {
"type": "object",
"properties": {
"iconUrl": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
}
}
},
"status": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"iconUrl": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
},
"statusCategory": {
"type": "object",
"properties": {
"colorName": {
"type": "string"
},
"id": {
"type": "integer"
},
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"self": {
"type": "string"
}
}
}
}
},
"summary": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"key": {
"type": "string"
},
"self": {
"type": "string"
}
}
}
},
"summary": { "summary": {
"type": "string" "type": "string"
},
"updated": {
"type": "string"
},
"votes": {
"type": "object",
"properties": {
"hasVoted": {
"type": "boolean"
},
"self": {
"type": "string"
},
"votes": {
"type": "integer"
}
}
},
"watches": {
"type": "object",
"properties": {
"isWatching": {
"type": "boolean"
},
"self": {
"type": "string"
},
"watchCount": {
"type": "integer"
}
}
},
"workratio": {
"type": "integer"
} }
} }
}, },
@@ -712,5 +151,5 @@
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -10,15 +10,6 @@
"createdBy": { "createdBy": {
"type": "string" "type": "string"
}, },
"errors": {
"type": "array",
"items": {
"type": "string"
}
},
"hasError": {
"type": "boolean"
},
"name": { "name": {
"type": "string" "type": "string"
}, },
@@ -26,5 +17,5 @@
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -7,6 +7,17 @@
"createdAt": { "createdAt": {
"type": "string" "type": "string"
}, },
"creator": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"id": {
"type": "string"
}
}
},
"dueDate": { "dueDate": {
"type": "null" "type": "null"
}, },
@@ -34,5 +45,5 @@
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -1,15 +1,106 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"createdBy": {
"type": "object",
"properties": {
"user": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"email": {
"type": "string"
},
"id": {
"type": "string"
}
}
}
}
},
"createdDateTime": { "createdDateTime": {
"type": "string" "type": "string"
}, },
"file": {
"type": "object",
"properties": {
"hashes": {
"type": "object",
"properties": {
"quickXorHash": {
"type": "string"
}
}
},
"mimeType": {
"type": "string"
}
}
},
"fileSystemInfo": {
"type": "object",
"properties": {
"createdDateTime": {
"type": "string"
},
"lastModifiedDateTime": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"lastModifiedBy": {
"type": "object",
"properties": {
"user": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"email": {
"type": "string"
},
"id": {
"type": "string"
}
}
}
}
},
"lastModifiedDateTime": { "lastModifiedDateTime": {
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string" "type": "string"
}, },
"parentReference": {
"type": "object",
"properties": {
"driveId": {
"type": "string"
},
"driveType": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"siteId": {
"type": "string"
}
}
},
"size": { "size": {
"type": "integer" "type": "integer"
}, },
@@ -17,5 +108,5 @@
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -18,37 +18,15 @@
"bodyPreview": { "bodyPreview": {
"type": "string" "type": "string"
}, },
"ccRecipients": { "categories": {
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "string"
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
} }
}, },
"changeKey": {
"type": "string"
},
"conversationId": { "conversationId": {
"type": "string" "type": "string"
}, },
"conversationIndex": {
"type": "string"
},
"createdDateTime": {
"type": "string"
},
"flag": { "flag": {
"type": "object", "type": "object",
"properties": { "properties": {
@@ -57,22 +35,6 @@
} }
} }
}, },
"from": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
},
"hasAttachments": { "hasAttachments": {
"type": "boolean" "type": "boolean"
}, },
@@ -82,27 +44,12 @@
"importance": { "importance": {
"type": "string" "type": "string"
}, },
"inferenceClassification": {
"type": "string"
},
"internetMessageId": {
"type": "string"
},
"isDraft": { "isDraft": {
"type": "boolean" "type": "boolean"
}, },
"isRead": { "isRead": {
"type": "boolean" "type": "boolean"
}, },
"isReadReceiptRequested": {
"type": "boolean"
},
"lastModifiedDateTime": {
"type": "string"
},
"parentFolderId": {
"type": "string"
},
"receivedDateTime": { "receivedDateTime": {
"type": "string" "type": "string"
}, },
@@ -141,34 +88,9 @@
} }
} }
}, },
"sentDateTime": {
"type": "string"
},
"subject": { "subject": {
"type": "string" "type": "string"
},
"toRecipients": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
},
"webLink": {
"type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -7,6 +7,17 @@
"@odata.etag": { "@odata.etag": {
"type": "string" "type": "string"
}, },
"body": {
"type": "object",
"properties": {
"content": {
"type": "string"
},
"contentType": {
"type": "string"
}
}
},
"bodyPreview": { "bodyPreview": {
"type": "string" "type": "string"
}, },
@@ -19,6 +30,22 @@
"conversationId": { "conversationId": {
"type": "string" "type": "string"
}, },
"from": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
},
"hasAttachments": { "hasAttachments": {
"type": "boolean" "type": "boolean"
}, },
@@ -29,5 +56,5 @@
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -4,6 +4,17 @@
"@odata.etag": { "@odata.etag": {
"type": "string" "type": "string"
}, },
"body": {
"type": "object",
"properties": {
"content": {
"type": "string"
},
"contentType": {
"type": "string"
}
}
},
"bodyPreview": { "bodyPreview": {
"type": "string" "type": "string"
}, },
@@ -13,15 +24,85 @@
"type": "string" "type": "string"
} }
}, },
"ccRecipients": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
},
"conversationId": { "conversationId": {
"type": "string" "type": "string"
}, },
"from": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
},
"hasAttachments": { "hasAttachments": {
"type": "boolean" "type": "boolean"
}, },
"id": { "id": {
"type": "string" "type": "string"
},
"sender": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
},
"toRecipients": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -1,6 +1,9 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"activeRegionNum": {
"type": "integer"
},
"beginTime": { "beginTime": {
"type": "string" "type": "string"
}, },
@@ -46,5 +49,5 @@
"type": "integer" "type": "integer"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -7,12 +7,9 @@
"name": { "name": {
"type": "string" "type": "string"
}, },
"property_name": {
"type": "string"
},
"url": { "url": {
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -7,12 +7,9 @@
"name": { "name": {
"type": "string" "type": "string"
}, },
"property_name": {
"type": "string"
},
"url": { "url": {
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

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

View File

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

View File

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

View File

@@ -1,18 +1,9 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"profileUrl": {
"type": "string"
},
"timestamp": { "timestamp": {
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -25,6 +25,17 @@
"type": "string" "type": "string"
} }
}, },
"organization": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
}
}
},
"owner": { "owner": {
"type": "object", "type": "object",
"properties": { "properties": {
@@ -52,5 +63,5 @@
"type": "integer" "type": "integer"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -12,9 +12,9 @@
} }
} }
}, },
"Id": { "Name": {
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -11,7 +11,10 @@
"type": "string" "type": "string"
} }
} }
},
"Name": {
"type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -14,10 +14,7 @@
}, },
"Id": { "Id": {
"type": "string" "type": "string"
},
"Name": {
"type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -4,9 +4,6 @@
"number": { "number": {
"type": "string" "type": "string"
}, },
"short_description": {
"type": "string"
},
"state": { "state": {
"type": "string" "type": "string"
}, },
@@ -35,5 +32,5 @@
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -1,9 +1,6 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"app_id": {
"type": "string"
},
"blocks": { "blocks": {
"type": "array", "type": "array",
"items": { "items": {
@@ -27,9 +24,6 @@
}, },
"type": { "type": {
"type": "string" "type": "string"
},
"url": {
"type": "string"
} }
} }
} }
@@ -46,45 +40,11 @@
} }
} }
}, },
"bot_id": { "client_msg_id": {
"type": "string" "type": "string"
}, },
"bot_profile": { "subtype": {
"type": "object", "type": "string"
"properties": {
"app_id": {
"type": "string"
},
"deleted": {
"type": "boolean"
},
"icons": {
"type": "object",
"properties": {
"image_36": {
"type": "string"
},
"image_48": {
"type": "string"
},
"image_72": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"team_id": {
"type": "string"
},
"updated": {
"type": "integer"
}
}
}, },
"team": { "team": {
"type": "string" "type": "string"
@@ -102,5 +62,5 @@
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -1,9 +1,6 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"code": {
"type": "integer"
},
"signal": { "signal": {
"type": "null" "type": "null"
}, },
@@ -14,5 +11,5 @@
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -1,6 +1,12 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"content": {
"type": "string"
},
"embedding": {
"type": "string"
},
"metadata": { "metadata": {
"type": "object", "type": "object",
"properties": { "properties": {
@@ -32,5 +38,5 @@
} }
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -10,12 +10,6 @@
"accent_color_id": { "accent_color_id": {
"type": "integer" "type": "integer"
}, },
"active_usernames": {
"type": "array",
"items": {
"type": "string"
}
},
"can_send_gift": { "can_send_gift": {
"type": "boolean" "type": "boolean"
}, },
@@ -30,12 +24,9 @@
}, },
"type": { "type": {
"type": "string" "type": "string"
},
"username": {
"type": "string"
} }
} }
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -7,9 +7,6 @@
"result": { "result": {
"type": "object", "type": "object",
"properties": { "properties": {
"is_anonymous": {
"type": "boolean"
},
"status": { "status": {
"type": "string" "type": "string"
}, },
@@ -36,5 +33,5 @@
} }
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -21,9 +21,6 @@
"name": { "name": {
"type": "string" "type": "string"
}, },
"softLimit": {
"type": "null"
},
"subscribed": { "subscribed": {
"type": "boolean" "type": "boolean"
}, },
@@ -31,5 +28,5 @@
"type": "null" "type": "null"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -47,6 +47,9 @@
"location": { "location": {
"type": "boolean" "type": "boolean"
}, },
"maliciousAttachments": {
"type": "integer"
},
"subscribed": { "subscribed": {
"type": "boolean" "type": "boolean"
}, },
@@ -58,9 +61,6 @@
} }
} }
}, },
"cardRole": {
"type": "null"
},
"checkItemStates": { "checkItemStates": {
"type": "array", "type": "array",
"items": { "items": {
@@ -87,9 +87,6 @@
"idPlugin": { "idPlugin": {
"type": "null" "type": "null"
}, },
"idUploadedBackground": {
"type": "null"
},
"size": { "size": {
"type": "string" "type": "string"
} }
@@ -194,5 +191,5 @@
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -1,9 +1,6 @@
{ {
"type": "object", "type": "object",
"properties": { "properties": {
"author_id": {
"type": "string"
},
"edit_history_tweet_ids": { "edit_history_tweet_ids": {
"type": "array", "type": "array",
"items": { "items": {
@@ -17,5 +14,5 @@
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -225,6 +225,14 @@
"link": { "link": {
"type": "string" "type": "string"
}, },
"meta": {
"type": "object",
"properties": {
"footnotes": {
"type": "string"
}
}
},
"modified": { "modified": {
"type": "string" "type": "string"
}, },
@@ -264,5 +272,5 @@
"type": "string" "type": "string"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -154,20 +154,6 @@
} }
} }
}, },
"Tag": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
},
"Unsubscribed_Mode": { "Unsubscribed_Mode": {
"type": "null" "type": "null"
}, },
@@ -175,5 +161,5 @@
"type": "null" "type": "null"
} }
}, },
"version": 1 "version": 2
} }