chore: NODE-2585 - Generate Schema Files (no-changelog) (#14058)

This commit is contained in:
Jon
2025-03-21 08:27:40 +00:00
committed by GitHub
parent 49872fbbac
commit ced8bcdd0c
763 changed files with 42381 additions and 62165 deletions

View File

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

View File

@@ -1,36 +1,14 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "object",
"properties": {
"fullName": {
"type": "string"
},
"givenName": {
"type": "string"
},
"familyName": {
"type": "string"
}
},
"required": [
"fullName",
"givenName",
"familyName"
]
"bio": {
"type": "null"
},
"email": {
"type": "string"
},
"bio": {
"type": "null"
},
"site": {
"type": "null"
"emailProvider": {
"type": "boolean"
},
"employment": {
"type": "object",
@@ -41,14 +19,7 @@
"name": {
"type": "string"
}
},
"required": [
"domain",
"name",
"title",
"role",
"seniority"
]
}
},
"facebook": {
"type": "object",
@@ -56,57 +27,10 @@
"handle": {
"type": "null"
}
},
"required": [
"handle"
]
}
},
"twitter": {
"type": "object",
"properties": {
"handle": {
"type": "null"
},
"id": {
"type": "null"
},
"bio": {
"type": "null"
},
"followers": {
"type": "null"
},
"following": {
"type": "null"
},
"statuses": {
"type": "null"
},
"favorites": {
"type": "null"
},
"location": {
"type": "null"
},
"site": {
"type": "null"
},
"avatar": {
"type": "null"
}
},
"required": [
"handle",
"id",
"bio",
"followers",
"following",
"statuses",
"favorites",
"location",
"site",
"avatar"
]
"fuzzy": {
"type": "boolean"
},
"googleplus": {
"type": "object",
@@ -114,10 +38,7 @@
"handle": {
"type": "null"
}
},
"required": [
"handle"
]
}
},
"gravatar": {
"type": "object",
@@ -127,62 +48,78 @@
"items": {
"type": "object",
"properties": {
"url": {
"type": "string"
},
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"url",
"type"
]
}
}
}
},
"required": [
"handle",
"urls",
"avatar",
"avatars"
]
}
},
"fuzzy": {
"type": "boolean"
},
"emailProvider": {
"type": "boolean"
},
"indexedAt": {
"id": {
"type": "string"
},
"inactiveAt": {
"type": "null"
},
"indexedAt": {
"type": "string"
},
"name": {
"type": "object",
"properties": {
"familyName": {
"type": "string"
},
"fullName": {
"type": "string"
},
"givenName": {
"type": "string"
}
}
},
"site": {
"type": "null"
},
"twitter": {
"type": "object",
"properties": {
"avatar": {
"type": "null"
},
"bio": {
"type": "null"
},
"favorites": {
"type": "null"
},
"followers": {
"type": "null"
},
"following": {
"type": "null"
},
"handle": {
"type": "null"
},
"id": {
"type": "null"
},
"location": {
"type": "null"
},
"site": {
"type": "null"
},
"statuses": {
"type": "null"
}
}
}
},
"required": [
"id",
"name",
"email",
"location",
"timeZone",
"utcOffset",
"geo",
"bio",
"site",
"avatar",
"employment",
"facebook",
"github",
"twitter",
"linkedin",
"googleplus",
"gravatar",
"fuzzy",
"emailProvider",
"indexedAt",
"phone"
],
"version": 1
}