# pages-source-hash

From **GitHub v3 REST API**.

- Type: `object`

## Properties

### `branch`

- Required: true
- Type: `string`

### `path`

- Required: true
- Type: `string`

## JSON Schema

```json
{"properties":{"branch":{"type":"string"},"path":{"type":"string"}},"required":["branch","path"],"title":"Pages Source Hash","type":"object"}
```
