mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
allow forward slash in AVALON_ASSET
This commit is contained in:
parent
2bc41f53bf
commit
d3fc80f905
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
"AVALON_ASSET": {
|
||||
"description": "Name of asset",
|
||||
"type": "string",
|
||||
"pattern": "^\\w*$",
|
||||
"pattern": "^[\\/\\w]*$",
|
||||
"example": "Bruce"
|
||||
},
|
||||
"AVALON_TASK": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue