Skip to content

Commit

Permalink
Merge pull request #141 from ZeitOnline/WCM-352_update-zappi-specs-fo…
Browse files Browse the repository at this point in the history
…r-playlists-part-II

add region layout playlist, linked-uuid and audio-playlist-cover
  • Loading branch information
thomaspuppe authored Sep 19, 2024
2 parents 44a3370 + 9ebacb7 commit 5b17a3c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1197,6 +1197,7 @@ components:
- audio-tile-m-collapsed
- audio-listitem-s-expanded
- audio-listitem-m-expanded
- audio-playlist-m-cover
- zon-teaser-classic
- zon-teaser-cover
- zon-teaser-panorama
Expand Down Expand Up @@ -1439,8 +1440,6 @@ components:
- $ref: "#/components/schemas/CenterpageElement"
- required:
- layout
- link
- title
- items
properties:
layout:
Expand All @@ -1451,6 +1450,8 @@ components:
# format: uri
description: "A section often links to topic pages etc."
example: "https://www.zeit.de/thema/hamburg"
linked-uuid:
$ref: "#/components/schemas/UUID"
title:
type: string
nullable: true
Expand Down Expand Up @@ -1497,6 +1498,7 @@ components:
type: string
enum:
- duo
- playlist
- standard
- tablist
items:
Expand Down

0 comments on commit 5b17a3c

Please sign in to comment.