mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
sync to avalon is using new schemas
This commit is contained in:
parent
43ac74c752
commit
302a00c9c9
1 changed files with 2 additions and 2 deletions
|
|
@ -31,9 +31,9 @@ log = Logger.get_logger(__name__)
|
|||
|
||||
# Current schemas for avalon types
|
||||
EntitySchemas = {
|
||||
"project": "pype:project-2.1",
|
||||
"project": "pype:project-3.0",
|
||||
"asset": "pype:asset-3.0",
|
||||
"config": "pype:config-1.1"
|
||||
"config": "pype:config-2.0"
|
||||
}
|
||||
|
||||
# Group name of custom attributes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue