Skip to content

Commit 276dc8f

Browse files
committed
Add weight, kind to ValidatorReceivedFaucets
Signed-off-by: Divam <[email protected]>
1 parent 9b1b336 commit 276dc8f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

apps/scan/src/main/openapi/scan.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3700,6 +3700,18 @@ components:
37003700
`firstCollected` if the validator has collected in only one round
37013701
type: integer
37023702
format: int64
3703+
weight:
3704+
description: |
3705+
Weight of the activity records produced by this license. Determined
3706+
through SV votes. If not set, weight is 1.0
3707+
type: number
3708+
format: double
3709+
kind:
3710+
description: |
3711+
Type of license: OperatorLicense or NonOperatorLicense. If not set,
3712+
kind is OperatorLicense
3713+
type: string
3714+
enum: [OperatorLicense, NonOperatorLicense]
37033715
GetBackfillingStatusResponse:
37043716
type: object
37053717
required: [ "complete" ]

0 commit comments

Comments
 (0)