Skip to content

Commit

Permalink
changed the entity name
Browse files Browse the repository at this point in the history
  • Loading branch information
kegangum committed Jun 25, 2020
1 parent 78bca1d commit 2c7e079
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/LocationEntity"
"$ref": "#/definitions/LocationProp"
}
},
"default": {
Expand Down Expand Up @@ -100,7 +100,7 @@
"description": "Array of locations.",
"type": "array",
"items": {
"$ref": "#/definitions/LocationEntity"
"$ref": "#/definitions/LocationProp"
}
},
"nextLink": {
Expand All @@ -109,7 +109,7 @@
}
}
},
"LocationEntity": {
"LocationProp": {
"type": "object",
"description": "Location Entity",
"properties": {
Expand Down

0 comments on commit 2c7e079

Please sign in to comment.