GitHub · JSON Structure

Github Rate Limit Rate Limit Overview Structure

Rate Limit Overview

Type: object Properties: 2 Required: 2
CodePipelinesPlatformSoftware DevelopmentSource ControlT1

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

Properties

resources rate

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/github/refs/heads/main/json-structure/github-rate-limit--rate-limit-overview-structure.json",
  "name": "rate-limit-overview",
  "description": "Rate Limit Overview",
  "type": "object",
  "properties": {
    "resources": {
      "type": "object",
      "properties": {
        "core": {
          "$ref": "#/components/schemas/rate-limit"
        },
        "graphql": {
          "$ref": "#/components/schemas/rate-limit"
        },
        "search": {
          "$ref": "#/components/schemas/rate-limit"
        },
        "code_search": {
          "$ref": "#/components/schemas/rate-limit"
        },
        "source_import": {
          "$ref": "#/components/schemas/rate-limit"
        },
        "integration_manifest": {
          "$ref": "#/components/schemas/rate-limit"
        },
        "code_scanning_upload": {
          "$ref": "#/components/schemas/rate-limit"
        },
        "actions_runner_registration": {
          "$ref": "#/components/schemas/rate-limit"
        },
        "scim": {
          "$ref": "#/components/schemas/rate-limit"
        }
      },
      "required": [
        "core",
        "search"
      ]
    },
    "rate": {
      "$ref": "#/components/schemas/rate-limit"
    }
  },
  "required": [
    "rate",
    "resources"
  ]
}