# page-build-status

From **GitHub v3 REST API**.

Page Build Status

- Type: `object`

## Properties

### `status`

- Required: true
- Type: `string`
- Example: `queued`

### `url`

- Required: true
- Type: `string`
- Format: `uri`
- Example: `https://api.github.com/repos/github/hello-world/pages/builds/latest`

## JSON Schema

```json
{"description":"Page Build Status","properties":{"status":{"example":"queued","type":"string"},"url":{"example":"https://api.github.com/repos/github/hello-world/pages/builds/latest","format":"uri","type":"string"}},"required":["url","status"],"title":"Page Build Status","type":"object"}
```
