mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-23 03:50:30 +03:00
Fix integer and force positive ID multiple of 1.0 (prevent floating number)
This commit is contained in:
parent
382ea20c5b
commit
be61c12080
@ -55,9 +55,10 @@
|
||||
"minLength" : 1
|
||||
},
|
||||
"fdId": {
|
||||
"type" : "string",
|
||||
"minLength" : 1
|
||||
}
|
||||
"type" : "number",
|
||||
"multipleOf" : 1.0,
|
||||
"minimum": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user