Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 3d58f91

Browse files
committed
Fixed property name
1 parent 6506024 commit 3d58f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-zyp-json-schema-03.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<preamble>An example JSON Schema that describes products might look like:</preamble>
129129
<artwork><![CDATA[
130130
{
131-
"name":"Product",
131+
"title":"Product",
132132
"properties":{
133133
"id":{
134134
"type":"number",

0 commit comments

Comments
 (0)