From a7e86b8d2bbdc1bfe047ad504cb443d7f8dea797 Mon Sep 17 00:00:00 2001 From: Robert Wallach Date: Mon, 19 Mar 2018 18:22:16 -0500 Subject: [PATCH] Update object-inheritance.md --- articles/modeling/object-inheritance.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/articles/modeling/object-inheritance.md b/articles/modeling/object-inheritance.md index 9b2faf6..31354e6 100644 --- a/articles/modeling/object-inheritance.md +++ b/articles/modeling/object-inheritance.md @@ -5,7 +5,7 @@ * A **model** contains properties that can be reused and referenced by endpoint definitions, shared objects, and other models. For more information on what models are and how they can be used, please see the API model overview - [here](./api-models.md). + [here](/modeling/modeling-with-openapi/api-models). * **Inheritance** is when a model derives its properties from another model. @@ -32,8 +32,6 @@ ## Best Practices - - > Avoid using contradictory declarations such as declaring properties with the > same name but dissimilar data type in your base model and derived model.