allow forward slash in AVALON_ASSET

This commit is contained in:
Jakub Trllo 2023-11-08 14:06:35 +01:00
parent 2bc41f53bf
commit d3fc80f905

View file

@ -28,7 +28,7 @@
"AVALON_ASSET": {
"description": "Name of asset",
"type": "string",
"pattern": "^\\w*$",
"pattern": "^[\\/\\w]*$",
"example": "Bruce"
},
"AVALON_TASK": {