Skip to content

Commit

Permalink
Update bms.json
Browse files Browse the repository at this point in the history
remove "type": "object" since "$ref" already refers to object
  • Loading branch information
lapradh committed Jul 8, 2020
1 parent 31803e6 commit de49a6d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,6 @@
"description": "Health details of different KPIs",
"type": "object",
"additionalProperties": {
"type": "object",
"$ref": "#/definitions/KPIResourceHealthDetails"
}
},
Expand Down Expand Up @@ -1843,7 +1842,6 @@
"description": "Health details of different KPIs",
"type": "object",
"additionalProperties": {
"type": "object",
"$ref": "#/definitions/KPIResourceHealthDetails"
}
},
Expand Down Expand Up @@ -2201,7 +2199,6 @@
"description": "Health details of different KPIs",
"type": "object",
"additionalProperties": {
"type": "object",
"$ref": "#/definitions/KPIResourceHealthDetails"
}
}
Expand Down

0 comments on commit de49a6d

Please sign in to comment.