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 59753bb commit 1a9136cCopy full SHA for 1a9136c
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