mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore: NODE-2585 - Generate Schema Files (no-changelog) (#14058)
This commit is contained in:
15
packages/nodes-base/nodes/Clearbit/__schema__/v1.0.0/company/autocomplete.json
vendored
Normal file
15
packages/nodes-base/nodes/Clearbit/__schema__/v1.0.0/company/autocomplete.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"logo": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user