From 290b980c37c9582280ebe179cc8d403c85f03d8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louisa=20v=2E=20H=C3=BClsen?= Date: Fri, 22 Mar 2024 16:42:59 +0100 Subject: [PATCH] ZO-4596: Zappi returns read_more_url and topiclinks of centerpages --- docs/api/api.yaml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/api/api.yaml b/docs/api/api.yaml index afa67b3..0c24cab 100644 --- a/docs/api/api.yaml +++ b/docs/api/api.yaml @@ -1150,13 +1150,31 @@ components: nullable: true # format: uri description: "A section often links to topic pages etc." - example: "https://www.zeit.de/thema/coronavirus" + example: "https://www.zeit.de/thema/hamburg" title: type: string nullable: true example: "This is a simple title" items: type: array + topiclinks: + nullable: true + items: + $ref: "#/components/schemas/CenterpageAreaTopicLink" + + CenterpageAreaTopicLink: + description: "Links to topicpage" + type: object + required: + - label + - link + properties: + label: + type: string + example: "Hongkong" + link: + type: string + example: https://www.zeit.de/schlagworte/orte/hongkong/index" CenterpageRegion: allOf: