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

Commit fe31baa

Browse files
committed
Merge pull request #123 from brittlewis12/patch-1
fix indentation of 'Set of Products' example
2 parents f966f93 + 59a3230 commit fe31baa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example1.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<html>
32
<head>
43
<title>JSON Schema - Simple Example</title>
@@ -238,7 +237,7 @@ <h3>Set of products:</h3>
238237
"id": 3,
239238
"name": "A blue mouse",
240239
"price": 25.50,
241-
"dimensions": {
240+
"dimensions": {
242241
"length": 3.1,
243242
"width": 1.0,
244243
"height": 1.0

0 commit comments

Comments
 (0)