Skip to content

Commit

Permalink
Update content/2020-12/validation/enum.markdown
Browse files Browse the repository at this point in the history
Co-authored-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
AgniveshChaubey and jviotti authored Feb 5, 2024
1 parent c6b3f43 commit ed9bfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/2020-12/validation/enum.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The `enum` keyword specifies a validation constraint for an instance, defining a
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "number",
"enum": [2, 46, 100]
"enum": [ 2, 46, 100 ]
}
{{</schema>}}

Expand Down

0 comments on commit ed9bfda

Please sign in to comment.