Skip to content

Fixed tool specifications against tool specification schema.

Gilles Mouchard requested to merge fix_tool_specs into master

Most of the tool specifications have been fixed because the validation using the JSON schema rejects them: the items of tasks field were wrong. An extraneous comma at the end of a property list has also been removed to comply with JSON format.

Merge request reports