fix(schema): project history schema

This commit is contained in:
Klein Petr 2024-09-12 18:31:48 +02:00
parent d02ca3d190
commit 1aee29f4e7

View file

@ -100,19 +100,21 @@ properties:
time:
type: string
history:
type: object
properties:
title:
type: string
event_type:
type: string
description:
type: string
time:
type: string
link:
type: string
format: uri
type: array
items:
type: object
properties:
title:
type: string
event_type:
type: string
description:
type: string
time:
type: string
link:
type: string
format: uri
sunset:
type: boolean
# LINKS ---------------------------------------------------------------------