Skip to content

Commit

Permalink
SHIBUI-681 Fixed require validation on backup init refresh delay
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jul 26, 2018
1 parent b12d7b7 commit c21e443
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"xmlId",
"metadataURL"
],
"dependencies": {
"initializeFromBackupFile": {"required": ["backingFile", "backupFileInitNextRefreshDelay"]}
},
"anyOf": [
{
"properties": {
Expand All @@ -27,7 +30,8 @@
}
},
"required": [
"backingFile"
"backingFile",
"backupFileInitNextRefreshDelay"
]
},
{
Expand Down

0 comments on commit c21e443

Please sign in to comment.