Update swagger.

This commit is contained in:
FiveMovesAhead 2025-10-07 23:28:18 +01:00
parent 59b483abff
commit e5094b5a51

View File

@ -1173,9 +1173,9 @@ components:
cutoff: cutoff:
type: integer type: integer
format: uint64 format: uint64
self_deposit: weighted_self_deposit:
$ref: '#/components/schemas/PreciseNumber' $ref: '#/components/schemas/PreciseNumber'
delegated_weighted_deposit: weighted_delegated_deposit:
$ref: '#/components/schemas/PreciseNumber' $ref: '#/components/schemas/PreciseNumber'
delegators: delegators:
type: array type: array
@ -1302,6 +1302,9 @@ components:
$ref: '#/components/schemas/BenchmarkSettings' $ref: '#/components/schemas/BenchmarkSettings'
state: state:
$ref: '#/components/schemas/PrecommitState' $ref: '#/components/schemas/PrecommitState'
hyperparameters:
type: object
nullable: true
PrecommitDetails: PrecommitDetails:
type: object type: object
properties: properties: