diff --git a/tests/schemas/any_of_one_of_test_schema.yaml b/tests/schemas/any_of_one_of_test_schema.yaml index de87c078..94b4bb3e 100644 --- a/tests/schemas/any_of_one_of_test_schema.yaml +++ b/tests/schemas/any_of_one_of_test_schema.yaml @@ -104,10 +104,9 @@ components: type: string format: byte price: - minimum: 0.1 - maximum: 1.0 - type: number - format: float + minimum: 0 + maximum: 10 + type: integer Alien: type: object