We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a6143 commit 185b456Copy full SHA for 185b456
src/main/java/com/networknt/schema/SchemaValidatorsConfig.java
@@ -205,6 +205,10 @@ public boolean isUnevaluatedPropertiesAnalysisEnabled() {
205
206
/************************ END OF UNEVALUATED CHECKS **********************************/
207
208
+ /**
209
+ *
210
+ * @return true if type loose is used.
211
+ */
212
public boolean isTypeLoose() {
213
return this.typeLoose;
214
}
@@ -460,6 +464,7 @@ public void setWriteOnly(boolean writeOnly) {
460
464
461
465
/**
462
466
* Use {@code isReadOnly} or {@code isWriteOnly}
467
+ * @return true if schema is used to write data
463
468
*/
469
@Deprecated
470
public boolean isWriteMode() {
0 commit comments