mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
added "is_file" key to schemas
This commit is contained in:
parent
1eb5b1ed2b
commit
2b07663fee
5 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
"key": "applications",
|
||||
"type": "dict-expanding",
|
||||
"label": "Applications",
|
||||
"is_file": true,
|
||||
"children": [
|
||||
{
|
||||
"type": "dict-form",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"type": "dict-expanding",
|
||||
"label": "Status updates",
|
||||
"is_group": true,
|
||||
"is_file": true,
|
||||
"children": [
|
||||
{
|
||||
"key": "Ready",
|
||||
|
|
@ -24,6 +25,7 @@
|
|||
"type": "dict-expanding",
|
||||
"label": "Version status to Task status",
|
||||
"is_group": true,
|
||||
"is_file": true,
|
||||
"children": [
|
||||
{
|
||||
"key": "in progress",
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
"type": "dict-expanding",
|
||||
"label": "Publish plugins",
|
||||
"is_group": true,
|
||||
"is_file": true,
|
||||
"children": [
|
||||
{
|
||||
"key": "ValidateModelName",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
"type": "dict-expanding",
|
||||
"label": "Test inputs",
|
||||
"is_group": true,
|
||||
"is_file": true,
|
||||
"children": [
|
||||
{
|
||||
"key": "boolean",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
"key": "tools",
|
||||
"type": "dict-expanding",
|
||||
"label": "Tools",
|
||||
"is_file": true,
|
||||
"children": [
|
||||
{
|
||||
"type": "dict-form",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue