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:
|
||||
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 ---------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue