# announcement-message

From **GitHub v3 REST API**.

The announcement text in GitHub Flavored Markdown. For more information about GitHub Flavored Markdown, see "[Basic writing and formatting syntax](https://docs.github.com/enterprise-server@3.0/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)."

- Type: `string`
- Example: `Very **important** announcement about _nothing_.`

## JSON Schema

```json
{"description":"The announcement text in GitHub Flavored Markdown. For more information about GitHub Flavored Markdown, see \"[Basic writing and formatting syntax](https://docs.github.com/enterprise-server@3.0/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax).\"","example":"Very **important** announcement about _nothing_.","type":"string"}
```

## Example

```json
Very **important** announcement about _nothing_.
```
