{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/announcement-message", "title": "announcement-message", "type": "string", "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.9/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax).\"", "example": "Very **important** announcement about _something_.", "nullable": true }