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

Commit

Permalink
fix/208: modified schema - 'fixed' the issue for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Na'aman Hirschfeld authored and Na'aman Hirschfeld committed Feb 28, 2021
1 parent c281ffc commit b11ea6a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/schemas/any_of_one_of_test_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b11ea6a

Please sign in to comment.