Update runtime.md

This commit is contained in:
Robert Wallach
2018-04-12 14:44:13 -05:00
committed by GitHub
parent a254af1c20
commit cabc442e28

View File

@@ -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