Skip to content

Commit

Permalink
Add type and format specifiers on quantity property. (Azure#2489)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT authored Feb 13, 2018
1 parent dd6b0da commit 9f8952b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@
"description": "UTC end time for the usage bucket to which this usage aggregate belongs."
},
"quantity": {
"type": "number",
"format": "float",
"description": "The amount of the resource consumption that occurred in this time frame."
},
"unit": {
Expand Down Expand Up @@ -489,4 +491,4 @@
"description": "Client Api Version."
}
}
}
}

0 comments on commit 9f8952b

Please sign in to comment.