modules : all the other strings are lower case
This commit is contained in:
parent
e4cfe74887
commit
7904f75782
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@
|
||||||
},
|
},
|
||||||
'dependency_selection': {
|
'dependency_selection': {
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'enum': ['None', 'Direct', 'All']
|
'enum': ['none', 'direct', 'all']
|
||||||
},
|
},
|
||||||
'module_file_configuration': {
|
'module_file_configuration': {
|
||||||
'type': 'object',
|
'type': 'object',
|
||||||
|
|
Loading…
Reference in a new issue