Skip to content

Commit

Permalink
Correct extends field example (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
ay8s authored and rahul-malik committed Feb 7, 2018
1 parent a8d8676 commit f8f7c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_posts/2017-02-13-json-schema-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ JSON Schema is a powerful tool for validating the structure of JSON data. In pra
Here is a simple schema and overview of the fields listed.
<pre><code class="json">{
"id": "user.json",
"extends": "base_model.json",
"extends": { "$ref" : "base_model.json" },
"title": "user",
"description" : "Schema definition of a User",
"$schema": "http://json-schema.org/schema#",
Expand Down

0 comments on commit f8f7c17

Please sign in to comment.