From 6fac875d9819391d6f3020e62b615d994e2b55e3 Mon Sep 17 00:00:00 2001 From: Adrian Heine Date: Tue, 6 Aug 2024 10:35:21 +0200 Subject: [PATCH 1/2] ZO-5759: liveblog_teaser_events From 90b83ccc55ec9fb384ca036a7f41cdf1e785d77b Mon Sep 17 00:00:00 2001 From: Adrian Heine Date: Tue, 6 Aug 2024 10:35:52 +0200 Subject: [PATCH 2/2] Add liveblog events to teasers --- docs/api/api.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/api/api.yaml b/docs/api/api.yaml index 139d3c3..0a20336 100644 --- a/docs/api/api.yaml +++ b/docs/api/api.yaml @@ -1100,6 +1100,26 @@ components: properties: customClickParameter: $ref: "#/components/schemas/CustomClickParameter" + liveblogPosts: + nullable: true + type: array + items: + type: object + properties: + title: + type: string + description: "Title of the liveblog entry" + example: "Ereignisse haben stattgefunden" + url: + type: string + # format: uri + description: "URL directly to the liveblog entry" + example: "https://www.zeit.de/politik/ausland/2023-12/news-live#tickaroo_event_id=xxx" + date: + type: string + description: "A nice description of the datetime the liveblog entry was posted" + example: "Gestern, 16:45 Uhr" + description: "List of liveblog posts that should be displayed for this teaser" CenterpageTeaser: description: "A teaser module references/represents an article content object"