Sha256: e7c561ffe03cf2022457cec510e828b8c095f4534e37296da35ea4eaa3ba8e80

Contents?: true

Size: 927 Bytes

Versions: 14

Compression:

Stored size: 927 Bytes

Contents

{
  "$schema"     : "http://json-schema.org/draft-04/schema#",
  "type"        : "object",
  "title"       : "rate_limit",
  "description" : "Overall, remaining rate limits and the time frame until the reset. Atm. there is only one rate limit returned in the response array of the index request",
  "properties"  : {
    "limit" : {
      "description" : "The rate limit ceiling for the given request in a [time window]",
      "type"        : "integer",
      "readOnly"    : true
    },
    "remaining" : {
      "description" : "The number of requests left for the [time window]",
      "type"        : "integer",
      "readOnly"    : true
    },
    "reset" : {
      "description" : "The remaining window before the rate limit resets in e.g. UTC epoch seconds",
      "type"        : "integer",
      "readOnly"    : true
    }
  },
  "links" : [
    {
      "rel"  : "instances",
      "href" : "rate_limits"
    }
  ]
}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
fidor_schema-0.10.12 schema/v1.0/rate_limit.json
fidor_schema-0.10.11 schema/v1.0/rate_limit.json
fidor_schema-0.10.10 schema/v1.0/rate_limit.json
fidor_schema-0.10.9 schema/v1.0/rate_limit.json
fidor_schema-0.10.8 schema/v1.0/rate_limit.json
fidor_schema-0.10.7 schema/v1.0/rate_limit.json
fidor_schema-0.10.6 schema/v1.0/rate_limit.json
fidor_schema-0.10.5 schema/v1.0/rate_limit.json
fidor_schema-0.10.4 schema/v1.0/rate_limit.json
fidor_schema-0.10.2 schema/v1.0/rate_limit.json
fidor_schema-0.10.1 schema/v1.0/rate_limit.json
fidor_schema-0.10.0 schema/v1.0/rate_limit.json
fidor_schema-0.8.0 schema/v1.0/rate_limit.json
fidor_schema-0.7.0 schema/v1.0/rate_limit.json