Fix integer and force positive ID multiple of 1.0 (prevent floating number)

This commit is contained in:
AnthorNet 2015-06-12 07:42:56 +02:00
parent 382ea20c5b
commit be61c12080

View File

@ -55,9 +55,10 @@
"minLength" : 1
},
"fdId": {
"type" : "string",
"minLength" : 1
}
"type" : "number",
"multipleOf" : 1.0,
"minimum": 1
}
}
}
]