Skip to content

Commit f13cf9b

Browse files
committed
Fix title/description examples
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 9b81f7f commit f13cf9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/2020-12/meta-data/description.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ is through annotation collection.
6464
"title": "Even Number",
6565
"description": "This schema describes an even number",
6666
"type": "number",
67-
"multiple": 2
67+
"multipleOf": 2
6868
}
6969
{{</schema>}}
7070

content/2020-12/meta-data/title.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ is through annotation collection.
6767
"$schema": "https://json-schema.org/draft/2020-12/schema",
6868
"title": "Even Number",
6969
"type": "number",
70-
"multiple": 2
70+
"multipleOf": 2
7171
}
7272
{{</schema>}}
7373

0 commit comments

Comments
 (0)