Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AgniveshChaubey committed Feb 7, 2024
1 parent 8eec482 commit b20b859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/2020-12/validation/maxLength.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The `maxLength` keyword is used to specify the maximum length of a string instan
{{<schema `Schema allowing either a string with a maximum of 20 characters or a numeric value`>}}
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": ["string", "number"],
"type": [ "string", "number" ],
"maxLength": 20
}

Expand Down

0 comments on commit b20b859

Please sign in to comment.