From b96e858b42e373252a0771504d2aba04477f5332 Mon Sep 17 00:00:00 2001 From: Robert Wallach Date: Mon, 19 Mar 2018 18:58:30 -0500 Subject: [PATCH] Update object-inheritance.md --- articles/modeling/object-inheritance.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/articles/modeling/object-inheritance.md b/articles/modeling/object-inheritance.md index 31354e6..0c88193 100644 --- a/articles/modeling/object-inheritance.md +++ b/articles/modeling/object-inheritance.md @@ -139,3 +139,9 @@ properties), the derived SUV model will have the following JSON properties: } } ``` +--- +**Related Articles** +- [JSON Introduction](/modeling/json-best-practices/introduction) +- [Adding Validations](/modeling/json-best-practices/adding-validations) +- [Reducing Duplication with $refs](/modeling/json-best-practices/reducing-duplication-with-refs) +- [Generating Schemas](/modeling/json-best-practices/generating-schemas)