Skip to content

Commit

Permalink
Merge pull request #134 from ZeitOnline/ZO-5759_liveblog_teaser_events
Browse files Browse the repository at this point in the history
ZO-5759: Add liveblog teaser events
  • Loading branch information
thomaspuppe authored Sep 26, 2024
2 parents 1563a87 + 90b83cc commit 00bfc0d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1314,6 +1314,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

0 comments on commit 00bfc0d

Please sign in to comment.