Update api-models.md

This commit is contained in:
Robert Wallach
2018-03-21 14:14:54 -05:00
committed by GitHub
parent e17b775b3f
commit 5bea9c63ae

View File

@@ -1,5 +1,7 @@
# API Models
![API Models](https://github.com/stoplightio/docs/blob/develop/assets/images/modeling-models.png?raw=true)
Models are used to describe common structures in your API design. Use models to
describe common structures in your API design. Models help reduce duplication in
your API definitions, and increase future maintainability.