diff --git a/swagger.yaml b/swagger.yaml index 783bde00..95187b0b 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -849,18 +849,23 @@ components: emissions: type: object properties: - algorithms: + algorithm: $ref: '#/components/schemas/PreciseNumber' - breakthroughs: + breakthrough: $ref: '#/components/schemas/PreciseNumber' - benchmarkers: + benchmarker: $ref: '#/components/schemas/PreciseNumber' - delegators: + delegator: $ref: '#/components/schemas/PreciseNumber' bootstrap: $ref: '#/components/schemas/PreciseNumber' vault: $ref: '#/components/schemas/PreciseNumber' + challenge_owner: + $ref: '#/components/schemas/PreciseNumber' + gamma_value: + type: number + format: double BlockData: type: object properties: @@ -1537,18 +1542,20 @@ components: totals: type: object properties: - algorithms: + algorithm: $ref: '#/components/schemas/PreciseNumber' - breakthroughs: + breakthrough: $ref: '#/components/schemas/PreciseNumber' - benchmarkers: + benchmarker: $ref: '#/components/schemas/PreciseNumber' - delegators: + delegator: $ref: '#/components/schemas/PreciseNumber' bootstrap: $ref: '#/components/schemas/PreciseNumber' vault: $ref: '#/components/schemas/PreciseNumber' + challenge_owner: + $ref: '#/components/schemas/PreciseNumber' RequestApiKeyRequest: type: object properties: