added schema to query projection

This commit is contained in:
iLLiCiTiT 2021-05-06 21:11:09 +02:00
parent bc532fa6cb
commit 1c1c11625a

View file

@ -997,6 +997,7 @@ class AssetItem(BaseItem):
"_id": 1,
"data.tasks": 1,
"data.visualParent": 1,
"schema": 1,
"name": 1,
"type": 1,