We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1b336 commit 276dc8fCopy full SHA for 276dc8f
apps/scan/src/main/openapi/scan.yaml
@@ -3700,6 +3700,18 @@ components:
3700
`firstCollected` if the validator has collected in only one round
3701
type: integer
3702
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
3711
+ Type of license: OperatorLicense or NonOperatorLicense. If not set,
3712
+ kind is OperatorLicense
3713
+ type: string
3714
+ enum: [OperatorLicense, NonOperatorLicense]
3715
GetBackfillingStatusResponse:
3716
type: object
3717
required: [ "complete" ]
0 commit comments