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: time:
type: string type: string
history: history:
type: object type: array
properties: items:
title: type: object
type: string properties:
event_type: title:
type: string type: string
description: event_type:
type: string type: string
time: description:
type: string type: string
link: time:
type: string type: string
format: uri link:
type: string
format: uri
sunset: sunset:
type: boolean type: boolean
# LINKS --------------------------------------------------------------------- # LINKS ---------------------------------------------------------------------