From 3a70fe73adaeb1d17e08f9e7047b182281c3f8ec Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 8 Jan 2026 14:05:04 -0400 Subject: [PATCH] Fix example in the `canonicalize` command Signed-off-by: Juan Cruz Viotti --- docs/canonicalize.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/canonicalize.markdown b/docs/canonicalize.markdown index 7ea961796..88c2f3f47 100644 --- a/docs/canonicalize.markdown +++ b/docs/canonicalize.markdown @@ -68,8 +68,7 @@ The canonicalization process will result in something like this: "minLength": 0 }, { - "type": "number", - "multipleOf": 1 + "type": "number" }, { "type": "integer",