Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-681 (pull request #128)
Browse files Browse the repository at this point in the history
SHIBUI-681 Fixed require validation on backup init refresh delay

Approved-by: Shibui Jenkins <shibui.jenkins@gmail.com>
Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
rmathis committed Jul 26, 2018
2 parents 4c7cfb9 + c21e443 commit b7d3147
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 b7d3147

Please sign in to comment.