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
75a45fe9
Commit
75a45fe9
authored
Feb 20, 2019
by
Jaden
Browse files
Update alg schema to be more restrictive for endpoints
parent
e972976d
Pipeline
#27341
failed with stage
in 19 minutes and 9 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
beat/core/schema/algorithm/common.json
View file @
75a45fe9
...
...
@@ -25,7 +25,8 @@
}
},
"uniqueItems"
:
true
,
"additionalProperties"
:
false
"additionalProperties"
:
false
,
"minProperties"
:
1
},
"io_group"
:
{
...
...
@@ -168,7 +169,8 @@
}
},
"uniqueItems"
:
true
,
"additionalProperties"
:
false
"additionalProperties"
:
false
,
"minProperties"
:
1
},
"schema_version"
:
{
"$ref"
:
"../common/1.json#/definitions/version"
},
...
...
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