Skip to content

Commit 94393d8

Browse files
fix: add rewardPoolDrops (#91)
1 parent 0ef2f52 commit 94393d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

openapi/components/schemas/syndicateJob.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ properties:
1414
items:
1515
type: string
1616
description: Reward Pool for the job
17+
rewardPoolDrops:
18+
type: array
19+
items:
20+
$ref: ./drops.yaml
21+
description: Reward Pool items as drops for jobs
1722
type:
1823
type: string
1924
description: What type of Job (Bounty) it is

0 commit comments

Comments
 (0)