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

@@ -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

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View 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
}