mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-23 20:10:29 +03:00
Add null option to levelType enum
Eg, when supply or demand is 0, level should be null.
This commit is contained in:
parent
198031d740
commit
6b7096f6f7
@ -84,7 +84,7 @@
|
||||
|
||||
"definitions" : {
|
||||
"levelType" : {
|
||||
"enum": ["Low", "Med", "High"]
|
||||
"enum": [null, "Low", "Med", "High"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user