From 57d18b81a31d07c54037d8bfa158c8851de2ccf3 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Thu, 17 Aug 2017 15:25:35 +0200 Subject: [PATCH] proper json in pipelines --- Exercise-Configuration.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Exercise-Configuration.md b/Exercise-Configuration.md index 5b8bd2b..d0e8acb 100644 --- a/Exercise-Configuration.md +++ b/Exercise-Configuration.md @@ -237,9 +237,9 @@ Mandatory items are bold, optional italic, description of items follows: Example: ``` -[ - { "variables":[] }, - { "boxes": [ +{ + "variables":[], + "boxes": [ { "name":"source", "portsIn":[], @@ -276,8 +276,8 @@ Example: "portsOut":[{ "score":[{"type":"file", "value":"score"}] }], "type":"evaluation" } - ] } -] + ] +} ``` ## Limits