chore: NODE-2547 - Generate Schema Files (no-changelog) (#13873)

This commit is contained in:
Jon
2025-03-18 15:19:10 +00:00
committed by GitHub
parent e0fd50554d
commit 31c0575999
819 changed files with 27463 additions and 15590 deletions

View File

@@ -0,0 +1,28 @@
{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"display_name": {
"type": "string"
},
"base_type": {
"type": "string"
},
"table_name": {
"type": "string"
}
},
"required": [
"id",
"name",
"base_type",
"table_name",
"schema"
],
"version": 1
}

View File

@@ -44,9 +44,6 @@
"common_name"
]
},
"initially_published_at": {
"type": "null"
},
"can_write": {
"type": "boolean"
},
@@ -65,9 +62,6 @@
"dashboard_count": {
"type": "integer"
},
"type": {
"type": "string"
},
"creator_id": {
"type": "integer"
},
@@ -83,9 +77,6 @@
"dataset_query": {
"type": "object",
"properties": {
"database": {
"type": "integer"
},
"type": {
"type": "string"
},
@@ -97,14 +88,17 @@
}
},
"required": [
"template-tags",
"query"
"query",
"template-tags"
]
},
"database": {
"type": "integer"
}
},
"required": [
"database",
"type"
"type",
"database"
]
},
"id": {
@@ -154,23 +148,14 @@
"collection": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"is_personal": {
"type": "boolean"
},
"archived": {
"type": "boolean"
},
"slug": {
"type": "string"
},
"type": {
"type": "null"
},
"is_sample": {
"type": "boolean"
"name": {
"type": "string"
},
"location": {
"type": "string"
@@ -180,6 +165,15 @@
},
"created_at": {
"type": "string"
},
"type": {
"type": "null"
},
"is_sample": {
"type": "boolean"
},
"is_personal": {
"type": "boolean"
}
},
"required": [
@@ -201,6 +195,12 @@
},
"can_run_adhoc_query": {
"type": "boolean"
},
"initially_published_at": {
"type": "null"
},
"type": {
"type": "string"
}
},
"required": [
@@ -229,5 +229,6 @@
"collection",
"created_at",
"public_uuid"
]
],
"version": 1
}