{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AnnouncementResponseWithId", "title": "AnnouncementResponseWithId", "type": "object", "description": "Response containing the unique identifier of a created or updated announcement.", "required": [ "id" ], "properties": { "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC8wOWJmNTQwYS05ZWE0LTRhMzktOWI3Mi0xN2Q2MTE0ZTVjMjE", "description": "Unique identifier of the announcement." } } }