We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed192a commit 01aa633Copy full SHA for 01aa633
src/main/java/com/networknt/schema/TypeValidator.java
@@ -156,6 +156,7 @@ public static boolean isNumeric(String str) {
156
* status of typeLoose flag.
157
* @param node the JsonNode to check
158
* @param isTypeLoose The flag to show whether typeLoose is enabled
159
+ * @return boolean to indicate if it is a number
160
*/
161
public static boolean isNumber(JsonNode node, boolean isTypeLoose) {
162
if (node.isNumber()) {
0 commit comments