Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZO-5759: Add liveblog teaser events #134

Merged
merged 2 commits into from
Sep 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down