diff --git a/docs/_posts/2017-02-13-json-schema-overview.md b/docs/_posts/2017-02-13-json-schema-overview.md index 4e046bf4..0b88baec 100644 --- a/docs/_posts/2017-02-13-json-schema-overview.md +++ b/docs/_posts/2017-02-13-json-schema-overview.md @@ -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.
{
     "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#",