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