Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
11d61328
Commit
11d61328
authored
Jul 11, 2019
by
Samuel GAIST
Browse files
[schema][algorithm][3] Add mandatory output to loop
parent
c024dab9
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/core/schema/algorithm/3.json
View file @
11d61328
...
...
@@ -71,11 +71,13 @@
"properties"
:
{
"name"
:
{
"type"
:
"string"
},
"inputs"
:
{
"$ref"
:
"common.json#/definitions/endpoints"
},
"outputs"
:
{
"$ref"
:
"common.json#/definitions/endpoints"
},
"loop"
:
{
"$ref"
:
"#/definitions/loop_io_group"
}
},
"required"
:
[
"inputs"
,
"outputs"
,
"loop"
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment