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:
@@ -1,32 +1,17 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"list_id": {
|
||||
"type": "integer"
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"creator_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"entity_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"entity_type": {
|
||||
"type": "integer"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"entity": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
"crunchbase_uuid": {
|
||||
"type": "null"
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
@@ -37,21 +22,28 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"crunchbase_uuid": {
|
||||
"type": "null"
|
||||
},
|
||||
"global": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"domain",
|
||||
"domains",
|
||||
"crunchbase_uuid",
|
||||
"global"
|
||||
]
|
||||
}
|
||||
},
|
||||
"entity_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"entity_type": {
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"list_id": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
|
||||
@@ -1,32 +1,17 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"list_id": {
|
||||
"type": "integer"
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"creator_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"entity_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"entity_type": {
|
||||
"type": "integer"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"entity": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
"crunchbase_uuid": {
|
||||
"type": "null"
|
||||
},
|
||||
"domains": {
|
||||
"type": "array",
|
||||
@@ -34,26 +19,29 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"crunchbase_uuid": {
|
||||
"type": "null"
|
||||
},
|
||||
"global": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"entity_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"entity_type": {
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"list_id": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"list_id",
|
||||
"creator_id",
|
||||
"entity_id",
|
||||
"entity_type",
|
||||
"created_at",
|
||||
"entity"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,11 +1,8 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
"crunchbase_uuid": {
|
||||
"type": "null"
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
@@ -16,12 +13,15 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"crunchbase_uuid": {
|
||||
"type": "null"
|
||||
},
|
||||
"global": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"person_ids": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -29,14 +29,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"domain",
|
||||
"domains",
|
||||
"crunchbase_uuid",
|
||||
"global",
|
||||
"person_ids"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,11 +1,8 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
"crunchbase_uuid": {
|
||||
"type": "null"
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
@@ -16,28 +13,19 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"crunchbase_uuid": {
|
||||
"type": "null"
|
||||
},
|
||||
"global": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"person_ids": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"list_entries": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"list_id": {
|
||||
"type": "integer"
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"creator_id": {
|
||||
"type": "integer"
|
||||
@@ -48,30 +36,24 @@
|
||||
"entity_type": {
|
||||
"type": "integer"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"list_id": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"list_id",
|
||||
"creator_id",
|
||||
"entity_id",
|
||||
"entity_type",
|
||||
"created_at"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"person_ids": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"domain",
|
||||
"domains",
|
||||
"crunchbase_uuid",
|
||||
"global",
|
||||
"person_ids",
|
||||
"list_entries"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
24
packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/organization/getAll.json
vendored
Normal file
24
packages/nodes-base/nodes/Affinity/__schema__/v1.0.0/organization/getAll.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"crunchbase_uuid": {
|
||||
"type": "null"
|
||||
},
|
||||
"domains": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"global": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
Reference in New Issue
Block a user