libcruft-util/test/json/schema/parsing/bad/0000_multipleOf_zero.json

5 lines
92 B
JSON
Raw Normal View History

2018-07-12 16:21:56 +10:00
{
"description": "multipleOf must be strictly greater than zero",
"multipleOf": 0
}