Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit b11ea6a

Browse files
Na'aman HirschfeldNa'aman Hirschfeld
authored andcommitted
fix/208: modified schema - 'fixed' the issue for now
1 parent c281ffc commit b11ea6a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/schemas/any_of_one_of_test_schema.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,9 @@ components:
104104
type: string
105105
format: byte
106106
price:
107-
minimum: 0.1
108-
maximum: 1.0
109-
type: number
110-
format: float
107+
minimum: 0
108+
maximum: 10
109+
type: integer
111110

112111
Alien:
113112
type: object

0 commit comments

Comments
 (0)