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 a1beb1a commit 73bebfdCopy full SHA for 73bebfd
app/src/main/java/hexlet/code/App.java
@@ -19,7 +19,7 @@ public static void main(String[] args) {
19
schema.shape(schemas);
20
21
Map<String, Object> human1 = new HashMap<>();
22
- human1.put("name", "Alice");
+ human1.put("name", "Alice ");
23
human1.put("age", 25);
24
25
System.out.println(schema.isValid(human1)); // true
0 commit comments