---
title: "AnnouncementResponse"
url: "https://developer.tesma.com/apis/tesma-platform-api-v1/versions/333907fb-f0a7-4e20-b01e-c9915c73321a/schemas/AnnouncementResponse"
---

> Full API specification: https://developer.tesma.com/apis/tesma-platform-api-v1/versions/333907fb-f0a7-4e20-b01e-c9915c73321a.md

# AnnouncementResponse

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: tesma
  version: v1
servers:
  - url: https://api.tesma.com
components:
  schemas:
    AnnouncementType:
      enum:
        - info
        - warning
        - maintenance
      type: string
    AnnouncementResponse:
      additionalProperties: false
      properties:
        textResourceId:
          type:
            - "null"
            - string
        titleResourceId:
          type:
            - "null"
            - string
        type:
          $ref: "#/components/schemas/AnnouncementType"
      type: object
```
