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 1abcb54 commit 59aa02bCopy full SHA for 59aa02b
app/src/main/java/hexlet/code/App.java
@@ -13,7 +13,7 @@ public static void main(String[] args) {
13
MapSchema schema = v.map();
14
15
Map<String, BaseSchema<?>> schemas = new HashMap<>();
16
- schemas.put("name", v.string().required());
+ schemas.put("name ", v.string().required());
17
schemas.put("age", v.number().positive());
18
19
schema.shape(schemas);
0 commit comments