Skip to content

Commit

Permalink
fix(2.6.0): check correctness of realisation by reading AsyncAPI exam…
Browse files Browse the repository at this point in the history
…ple - Gemini Market Data Websocket API example

change multipleOf type from Integer to Number

asyncapi#165
  • Loading branch information
Pakisan committed Feb 29, 2024
1 parent 4d3f011 commit 9bac326
Show file tree
Hide file tree
Showing 3 changed files with 606 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Validation Keywords for Numeric Instances (number and integer)
*/
@Nullable
@JsonProperty
public Integer multipleOf;
public Number multipleOf;

/**
* The value of "maximum" MUST be a number, representing an inclusive upper limit for a numeric instance.
Expand Down
Loading

0 comments on commit 9bac326

Please sign in to comment.