mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
fix(schema): project history schema
This commit is contained in:
parent
d02ca3d190
commit
1aee29f4e7
1 changed files with 15 additions and 13 deletions
|
@ -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 ---------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue