{ "$schema": "https://json-schema.org/draft/2020-12/schema", "multipleOf": 0 } Creating json schema with above schema succeeded, expected failed. value 0 is invalid for multipleOf.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"multipleOf": 0
}
Creating json schema with above schema succeeded, expected failed. value 0 is invalid for multipleOf.