Skip to content
GitLab
Menu
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
937d5d21
Commit
937d5d21
authored
Nov 19, 2018
by
Samuel GAIST
Browse files
Merge branch 'fix_schema_v1' into 'master'
Put back missing schema_version in v1 algorithm schema See merge request
!42
parents
ba33cdc0
4d974efc
Pipeline
#25191
failed with stages
in 3 minutes and 40 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
beat/core/schema/algorithm/1.json
View file @
937d5d21
...
...
@@ -15,6 +15,7 @@
"type"
:
"object"
,
"properties"
:
{
"schema_version"
:
{
"$ref"
:
"common.json#/definitions/schema_version"
},
"language"
:
{
"$ref"
:
"../common/1.json#/definitions/language"
},
"description"
:
{
"$ref"
:
"../common/1.json#/definitions/description"
},
"groups"
:
{
"$ref"
:
"common.json#/definitions/block_groups"
},
...
...
@@ -38,6 +39,7 @@
"type"
:
"object"
,
"properties"
:
{
"schema_version"
:
{
"$ref"
:
"common.json#/definitions/schema_version"
},
"language"
:
{
"$ref"
:
"../common/1.json#/definitions/language"
},
"description"
:
{
"$ref"
:
"../common/1.json#/definitions/description"
},
"groups"
:
{
"$ref"
:
"common.json#/definitions/analyzer_groups"
},
...
...
Write
Preview
Supports
Markdown
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