# webhook-config-content-type

From **GitHub v3 REST API**.

The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.

- Type: `string`
- Example: `"json"`

## JSON Schema

```json
{"description":"The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.","example":"\"json\"","type":"string"}
```

## Example

```json
"json"
```
