Skip to content

Commit d1b68f8

Browse files
committed
Fixed some typos/errors
1 parent cf472d8 commit d1b68f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

draft-zyp-json-schema-03.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@
139139
"type":"string"
140140
},
141141
"price":{
142+
"required":true,
142143
"type": "number",
143144
"minimum":0
144145
},
145146
"tags":{
146-
"optional":true,
147147
"type":"array",
148148
"items":{
149149
"type":"string"
@@ -279,8 +279,7 @@ Content-Type: application/json;
279279
280280
"properties":{
281281
"name":{"type":"string"},
282-
"age" :{"type":"integer"},
283-
"maximum":125
282+
"age" :{"type":"integer", "maximum":125},
284283
}
285284
}
286285
]]></artwork>

0 commit comments

Comments
 (0)