Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
Signed-off-by: Kavindu Dodanduwa <[email protected]>
  • Loading branch information
Kavindu-Dodan committed Feb 26, 2024
1 parent d9cf8e7 commit 24b4f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ components:
description: An integer typed flag value
properties:
value:
type: number
type: integer
description: Flag evaluation result
examples:
- 3
Expand All @@ -230,7 +230,7 @@ components:
description: A float typed flag value
properties:
value:
type: integer
type: number
description: Flag evaluation result
examples:
- 3.1415
Expand Down

0 comments on commit 24b4f43

Please sign in to comment.