proper json in pipelines

master
Martin Polanka 7 years ago
parent d643b5fd21
commit 57d18b81a3

@ -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

Loading…
Cancel
Save