mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-24 04:59:13 +00:00
chore: NODE-2585 - Generate Schema Files (no-changelog) (#14058)
This commit is contained in:
@@ -4,146 +4,17 @@
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"creator": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"first_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_login": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_qbnewb": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_superuser": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"date_joined": {
|
||||
"type": "string"
|
||||
},
|
||||
"common_name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"email",
|
||||
"first_name",
|
||||
"last_login",
|
||||
"is_qbnewb",
|
||||
"is_superuser",
|
||||
"id",
|
||||
"last_name",
|
||||
"date_joined",
|
||||
"common_name"
|
||||
]
|
||||
},
|
||||
"can_write": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"database_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"enable_embedding": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"query_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"dashboard_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"creator_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"embedding_params": {
|
||||
"cache_invalidated_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"cache_ttl": {
|
||||
"type": "null"
|
||||
},
|
||||
"dataset_query": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"native": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"query": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"query",
|
||||
"template-tags"
|
||||
]
|
||||
},
|
||||
"database": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"database"
|
||||
]
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"display": {
|
||||
"type": "string"
|
||||
},
|
||||
"collection_preview": {
|
||||
"can_run_adhoc_query": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last-edit-info": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"first_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"email",
|
||||
"first_name",
|
||||
"last_name",
|
||||
"timestamp"
|
||||
]
|
||||
},
|
||||
"visualization_settings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"table.pivot_column": {
|
||||
"type": "string"
|
||||
},
|
||||
"table.cell_column": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
"can_write": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"collection": {
|
||||
"type": "object",
|
||||
@@ -151,84 +22,156 @@
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"slug": {
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_personal": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_sample": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"location": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "string"
|
||||
},
|
||||
"namespace": {
|
||||
"type": "null"
|
||||
},
|
||||
"created_at": {
|
||||
"slug": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "null"
|
||||
},
|
||||
"is_sample": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_personal": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"collection_preview": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"creator": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"common_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"date_joined": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"first_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_qbnewb": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_superuser": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last_login": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"creator_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"dashboard_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"database_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"dataset_query": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"database": {
|
||||
"type": "integer"
|
||||
},
|
||||
"native": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"query": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"type": "string"
|
||||
},
|
||||
"embedding_params": {
|
||||
"type": "null"
|
||||
},
|
||||
"enable_embedding": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"initially_published_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"last-edit-info": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"first_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"parameter_usage_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"cache_invalidated_at": {
|
||||
"type": "null"
|
||||
"query_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"view_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"can_run_adhoc_query": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"initially_published_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
"visualization_settings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"table.cell_column": {
|
||||
"type": "string"
|
||||
},
|
||||
"table.pivot_column": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"description",
|
||||
"archived",
|
||||
"collection_position",
|
||||
"table_id",
|
||||
"result_metadata",
|
||||
"creator",
|
||||
"can_write",
|
||||
"database_id",
|
||||
"enable_embedding",
|
||||
"collection_id",
|
||||
"query_type",
|
||||
"name",
|
||||
"dashboard_count",
|
||||
"creator_id",
|
||||
"updated_at",
|
||||
"made_public_by_id",
|
||||
"embedding_params",
|
||||
"cache_ttl",
|
||||
"dataset_query",
|
||||
"id",
|
||||
"display",
|
||||
"visualization_settings",
|
||||
"collection",
|
||||
"created_at",
|
||||
"public_uuid"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user