# rate-limit-overview

From **GitHub v3 REST API**.

Rate Limit Overview

- Type: `object`

## Properties

### `rate`

- Required: true
- Type: `object`

### `resources`

- Required: true
- Type: `object`

## JSON Schema

```json
{"description":"Rate Limit Overview","properties":{"rate":{"$ref":"#/components/schemas/rate-limit"},"resources":{"properties":{"actions_runner_registration":{"$ref":"#/components/schemas/rate-limit"},"code_scanning_upload":{"$ref":"#/components/schemas/rate-limit"},"core":{"$ref":"#/components/schemas/rate-limit"},"graphql":{"$ref":"#/components/schemas/rate-limit"},"integration_manifest":{"$ref":"#/components/schemas/rate-limit"},"scim":{"$ref":"#/components/schemas/rate-limit"},"search":{"$ref":"#/components/schemas/rate-limit"},"source_import":{"$ref":"#/components/schemas/rate-limit"}},"required":["core","search"],"type":"object"}},"required":["rate","resources"],"title":"Rate Limit Overview","type":"object"}
```
