Ron Swanson Quotes · JSON Structure

Ron Swanson Quotes Rate Limit Error Structure

Error body returned when the per-client request rate limit has been exceeded on the Ron Swanson Quotes API.

Type: object Properties: 2 Required: 2
EntertainmentTelevisionParks and RecreationQuotesOpen SourcePublic APIsNode.jsTypeScriptHerokuREST

RateLimitError is a JSON Structure definition published by Ron Swanson Quotes, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

error message

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ron-swanson-quotes/refs/heads/main/json-structure/ron-swanson-quotes-rate-limit-error-structure.json",
  "name": "RateLimitError",
  "description": "Error body returned when the per-client request rate limit has been exceeded on the Ron Swanson Quotes API.",
  "type": "object",
  "properties": {
    "error": {
      "type": "string",
      "description": "Short machine-readable error code."
    },
    "message": {
      "type": "string",
      "description": "Human-readable explanation of the rate-limit condition."
    }
  },
  "required": ["error", "message"]
}