From cabc442e2880d41a5d1d44524b27182f358eb58d Mon Sep 17 00:00:00 2001 From: Robert Wallach Date: Thu, 12 Apr 2018 14:44:13 -0500 Subject: [PATCH] Update runtime.md --- articles/prism/runtime.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/articles/prism/runtime.md b/articles/prism/runtime.md index da945e3..a3088ed 100644 --- a/articles/prism/runtime.md +++ b/articles/prism/runtime.md @@ -120,10 +120,11 @@ var data = SL.schema.generate(contract); #### Find Operation +The code snippet below describes the Stoplight representation of an HTTP operation. It is loosely based on OAS 3. You can find more descriptions of some of the properties described below [here](https://swagger.io/specification/#operationObject). + ```js /** * -* This describes the Stoplight representation of an HTTP operation. It is loosely based on OAS 3. You can find more descriptions of some of the properties described below here: https://swagger.io/specification/#operationObject. * * @typedef {Object} Operation * @property {string} method