Skip to content

Commit 25927b2

Browse files
authored
Merge pull request json-schema-org#71 from fulldecent/patch-1
Use descriptive title in example, fixes json-schema-org#70
2 parents 01fb6dc + ce54c20 commit 25927b2

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><code class="language-json">
99
{
10-
"title": "Example Schema",
10+
"title": "Person",
1111
"type": "object",
1212
"properties": {
1313
"firstName": {

0 commit comments

Comments
 (0)