Skip to content

Commit

Permalink
Fix recovery schema (name link)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukrit007 committed Sep 15, 2015
1 parent 610e397 commit 75d9f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/recovery-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"properties": {
"name": {
"description": "Optional Application name that needs to be recovered. If not specified, all apps are recovered.",
"$ref": "${base_url}/schemas/app-version-v1#/properties/deployment/state"
"$ref": "${base_url}/schemas/app-version-v1#/properties/deployment/name"
},
"version": {
"description": "Optional Application version that needs to be recovered. If not specified all app versions are recovered",
Expand Down

0 comments on commit 75d9f7b

Please sign in to comment.