From a406f2134a25cb49a0962dffd6f8cda00fd8129e Mon Sep 17 00:00:00 2001 From: Stephen Price Date: Wed, 8 Jul 2020 17:39:11 -0500 Subject: [PATCH] info object --- reference/devices.v1.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 reference/devices.v1.yaml diff --git a/reference/devices.v1.yaml b/reference/devices.v1.yaml new file mode 100644 index 0000000..573b989 --- /dev/null +++ b/reference/devices.v1.yaml @@ -0,0 +1,23 @@ +openapi: 3.0.0 +info: + title: Devices API + version: '1.0' + description: 'Manage your IOT devices with this awesome API!' + contact: + name: Stephen Price + url: 'https://www.linkedin.com/in/slprice/' + email: stephen@stoplight.io + termsOfService: cloudhome.io/api/devices/terms + license: + name: MIT + url: 'https://opensource.org/licenses/MIT' +servers: + - url: 'http://localhost:3000' +paths: {} +components: + schemas: {} + securitySchemes: + API Key: + name: API Key + type: apiKey + in: query