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
4d974efc
Commit
4d974efc
authored
Nov 19, 2018
by
Samuel GAIST
Browse files
[schema][algorithm][v1] Put back missing schema_version
While refactoring the field got lost in the v1 schema.
parent
ba33cdc0
Pipeline
#24940
passed with stages
in 27 minutes and 46 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
beat/core/schema/algorithm/1.json
View file @
4d974efc
...
...
@@ -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
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