Skip to content

Commit

Permalink
Merge pull request #11942 from Mab879/update_control_schema
Browse files Browse the repository at this point in the history
Update control schema
  • Loading branch information
jan-cerny authored May 9, 2024
2 parents a8f8434 + 11077e3 commit f373dde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ indent_size = unset
tab_width = 4
max_line_length = 99

[{**.yml,**.yaml,**.jinja,**.var,**.profile}]
[{**.yml,**.yaml,**.jinja,**.var,**.profile,**.json}]
indent_style = space
indent_size = 4

Expand Down
6 changes: 6 additions & 0 deletions shared/schemas/control.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
"filepath": {
"type": "string"
},
"product": {
"type": "string"
},
"reference_type": {
"type": "string"
},
"levels": {
"type": "array",
"items": {
Expand Down

0 comments on commit f373dde

Please sign in to comment.