Skip to content

Commit

Permalink
Use schema definition for ref
Browse files Browse the repository at this point in the history
  • Loading branch information
sukrit007 committed Sep 15, 2015
1 parent 9bd9da6 commit 3713be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/recovery-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"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/properties/name"
"$ref": "${base_url}/schemas/app-version-v1#/definitions/deployment/properties/name"
},
"version": {
"description": "Optional Application version that needs to be recovered. If not specified all app versions are recovered",
"$ref": "${base_url}/schemas/app-version-v1#/properties/deployment/properties/version"
"$ref": "${base_url}/schemas/app-version-v1#/definitions/deployment/properties/version"
},
"exclude-names":{
"type": "array",
Expand Down

0 comments on commit 3713be7

Please sign in to comment.