Skip to content

Commit

Permalink
Add Ballmer-peak measures
Browse files Browse the repository at this point in the history
  • Loading branch information
krestenlaust committed May 12, 2024
1 parent 507688b commit 581a215
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,14 @@ components:
is_ballmer_peaking:
type: boolean
example: false
bp_minutes:
type: int
nullable: true
example: 2
bp_seconds:
type: int
nullable: true
example: 30
caffeine:
type: integer
example: 2
Expand Down Expand Up @@ -340,8 +348,10 @@ components:
$ref: '#/components/schemas/promille'
is_ballmer_peaking:
$ref: '#/components/schemas/is_ballmer_peaking'
#bp_minutes
#bp_seconds
bp_minutes:
$ref: '#/components/schemas/bp_minutes'
bp_seconds:
$ref: '#/components/schemas/bp_seconds'
caffeine:
$ref: '#/components/schemas/caffeine'
cups:
Expand Down

0 comments on commit 581a215

Please sign in to comment.