Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
06ac41cf
Commit
06ac41cf
authored
Nov 23, 2018
by
Samuel GAIST
Browse files
[schema][algorithm][v3] Corrected definition of loop entry
Now the request and answer fields are properly defined.
parent
c6e122e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/core/schema/algorithm/3.json
View file @
06ac41cf
...
...
@@ -12,6 +12,22 @@
"definitions"
:
{
"loop_io_group"
:
{
"type"
:
"object"
,
"properties"
:
{
"request"
:
{
"$ref"
:
"common.json#/definitions/endpoint"
},
"answer"
:
{
"$ref"
:
"common.json#/definitions/endpoint"
}
},
"required"
:
[
"request"
,
"answer"
],
"additionalProperties"
:
false
},
"loop_user_io_group"
:
{
"type"
:
"object"
,
...
...
@@ -20,7 +36,7 @@
"name"
:
{
"type"
:
"string"
},
"inputs"
:
{
"$ref"
:
"common.json#/definitions/endpoints"
},
"outputs"
:
{
"$ref"
:
"common.json#/definitions/endpoints"
},
"loop"
:
{
"$ref"
:
"
common.json
#/definitions/
endpoints
"
}
"loop"
:
{
"$ref"
:
"#/definitions/
loop_io_group
"
}
},
"required"
:
[
...
...
@@ -55,7 +71,7 @@
"properties"
:
{
"name"
:
{
"type"
:
"string"
},
"inputs"
:
{
"$ref"
:
"common.json#/definitions/endpoints"
},
"loop"
:
{
"$ref"
:
"
common.json
#/definitions/
endpoints
"
}
"loop"
:
{
"$ref"
:
"#/definitions/
loop_io_group
"
}
},
"required"
:
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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