Skip to content

Commit

Permalink
Merge pull request #3125 from AdrianMF/bugfix/issue-3088-boolean-type…
Browse files Browse the repository at this point in the history
…-annotation

fix #3088 - fixes boolean @type annotation
  • Loading branch information
frantuma authored Feb 17, 2019
2 parents aff7fb0 + 3978220 commit e7a5dd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public Schema createProperty() {
dms.put("string_date-time", "date-time");
dms.put("string_partial-time", "partial-time");
dms.put("string_password", "password");
dms.put("boolean", "boolean");
dms.put("boolean_", "boolean");
dms.put("object_", "object");
datatypeMappings = Collections.unmodifiableMap(dms);

Expand Down

0 comments on commit e7a5dd5

Please sign in to comment.