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

Use descriptive title in example, fixes #70 #71

Merged
merged 1 commit into from
Feb 23, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h2>Basic example</h2>
<p>Here is a basic example of a JSON Schema:
<pre class="json-schema">
{
"title": "Example Schema",
"title": "Person",
"type": "object",
"properties": {
"firstName": {
Expand Down