Skip to content

Commit

Permalink
Fixed a problem with the JSON schema, for #137
Browse files Browse the repository at this point in the history
  • Loading branch information
lucventurini committed Jan 31, 2019
1 parent d54008f commit e1c5993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mikado/configuration/configuration_blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@
"type": "string",
"default": ""
},
"log": {"oneOf": [null, {"type": "string", "default": null}]}
"log": {"type": ["null", "string"], "default": null}
}
}
}
Expand Down

0 comments on commit e1c5993

Please sign in to comment.