Skip to content

Commit

Permalink
Update Timeline.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AllieJonsson authored Dec 1, 2024
1 parent e46d77e commit 1ef0a02
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions doc/specs/schemas/Timeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1ef0a02

Please sign in to comment.