Skip to content

Commit

Permalink
changed the descriptions of the properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Kostyuchenok committed Oct 27, 2014
1 parent 9eda12a commit 5ed891a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schema/v1.0/rate_limit.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"description" : "Overall, remaining rate limits and the time frame until the reset.",
"properties" : {
"limit" : {
"description" : "An overall number of allowed calls",
"description" : "The rate limit ceiling for the given request in a [time window]",
"type" : "integer",
"readonly" : true
},
"remaining" : {
"description" : "Remaining number of calls",
"description" : "The number of requests left for the [time window]",
"type" : "integer",
"readonly" : true
},
"reset" : {
"description" : "Time until the next reset",
"description" : "The remaining window before the rate limit resets in e.g. UTC epoch seconds",
"type" : "integer",
"readonly" : true
}
Expand Down

0 comments on commit 5ed891a

Please sign in to comment.