muffin v7.38.2
This commit is contained in:
parent
0336b9c9e9
commit
bbc394c386
10 changed files with 737 additions and 437 deletions
|
|
@ -1606,6 +1606,11 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"DutyMode": {
|
||||
"type": "integer",
|
||||
"description": "Overrides the default duty mode for this specific duty. 0 = Duty Support, 1 = Unsync (Solo), 2 = Unsync (Party). If not specified, uses the global configuration setting.",
|
||||
"enum": [0, 1, 2]
|
||||
},
|
||||
"TestedAutoDutyVersion": {
|
||||
"type": "string",
|
||||
"pattern": "^0\\.\\d+\\.\\d+\\.\\d+$"
|
||||
|
|
@ -1625,7 +1630,8 @@
|
|||
"required": [
|
||||
"ContentFinderConditionId",
|
||||
"Enabled"
|
||||
]
|
||||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"DataId": {
|
||||
"type": "null"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue