diff --git a/content/2020-12/validation/maxLength.markdown b/content/2020-12/validation/maxLength.markdown index e408ec32..565758df 100644 --- a/content/2020-12/validation/maxLength.markdown +++ b/content/2020-12/validation/maxLength.markdown @@ -45,7 +45,7 @@ The `maxLength` keyword is used to specify the maximum length of a string instan {{}} { "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": ["string", "number"], + "type": [ "string", "number" ], "maxLength": 20 }