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
424b260f
Commit
424b260f
authored
Jul 30, 2019
by
Samuel GAIST
Committed by
Samuel GAIST
Jul 30, 2019
Browse files
[schema][algorithm][3] Split loop in sequential and autonomous variants
parent
92579c29
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/core/schema/algorithm/3.json
View file @
424b260f
...
...
@@ -143,9 +143,8 @@
"schema_version"
:
{
"$ref"
:
"common.json#/definitions/schema_version"
},
"api_version"
:
{
"$ref"
:
"common.json#/definitions/api_version"
},
"type"
:
{
"$comment"
:
"Change enum to const when tools allow v6 json schema"
,
"type"
:
"string"
,
"enum"
:
[
"loop"
]
"enum"
:
[
"
sequential_loop"
,
"autonomous_
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