# empty-object

From **GitHub v3 REST API**.

An object without any properties.

- Type: `object`

## JSON Schema

```json
{"additionalProperties":false,"description":"An object without any properties.","title":"Empty Object","type":"object"}
```
