Skip to content

Commit

Permalink
API: fund properties lock_start_time/lock_end_time
Browse files Browse the repository at this point in the history
Added property descriptions to the Fund schema.
No support in the data model yet.
  • Loading branch information
Mikhail Zabaluev committed Feb 2, 2021
1 parent 147e3dc commit bffeb37
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/api/v0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@ components:
next_fund_start_time:
type: string
format: date-time
lock_start_time:
type: string
format: date-time
description: Timestamp for the start of the locking period
lock_end_time:
type: string
format: date-time
description: Timestamp for the end of the locking period
chain_vote_plans:
type: array
items:
Expand Down

0 comments on commit bffeb37

Please sign in to comment.