From 1ef0a02b8c70ee6ee5292e9a71b9b06ccf1beb69 Mon Sep 17 00:00:00 2001 From: Alice Jonsson <10475857+AllieJonsson@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:04:39 +0100 Subject: [PATCH] Update Timeline.yaml --- doc/specs/schemas/Timeline.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/doc/specs/schemas/Timeline.yaml b/doc/specs/schemas/Timeline.yaml index 57d0560..5d01468 100644 --- a/doc/specs/schemas/Timeline.yaml +++ b/doc/specs/schemas/Timeline.yaml @@ -98,6 +98,31 @@ properties: - type - date - data + - type: object + properties: + type: + type: string + enum: + - blog-post + date: + type: number + data: + type: object + properties: + id: + type: string + slug: + type: string + title: + type: string + required: + - id + - slug + - title + required: + - type + - date + - data - type: object properties: type: