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 eba0a66 commit c9ad088Copy full SHA for c9ad088
spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/schema/JsonSchemaObject.java
@@ -295,7 +295,7 @@ interface Type {
295
Type OBJECT = jsonTypeOf("object");
296
Type ARRAY = jsonTypeOf("array");
297
Type NUMBER = jsonTypeOf("number");
298
- Type BOOLEAN = jsonTypeOf("boolean");
+ Type BOOLEAN = jsonTypeOf("bool");
299
Type STRING = jsonTypeOf("string");
300
Type NULL = jsonTypeOf("null");
301
0 commit comments