Skip to content

Commit ce54c20

Browse files
authored
Use descriptive title in example, fixes json-schema-org#70
1 parent 5a38b22 commit ce54c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h2>Basic example</h2>
77
<p>Here is a basic example of a JSON Schema:
88
<pre class="json-schema">
99
{
10-
"title": "Example Schema",
10+
"title": "Person",
1111
"type": "object",
1212
"properties": {
1313
"firstName": {

0 commit comments

Comments
 (0)