Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
openAPI: Description for response object
Browse files Browse the repository at this point in the history
  • Loading branch information
localleon committed Oct 5, 2019
1 parent e24aa35 commit a720a42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,14 @@ components:
properties:
first:
type: string
description: the first line of the 16x2 LCD screen. Should not exceed 16 characters
second:
type: string
description: the second line of the 16x2 LCD screen. Should not exceed 16 characters
responses:
lcd:
description: The LCD response object
content:
application/json:
schema:
$ref: "#/components/schemas/lcdObj"
$ref: "#/components/schemas/lcdObj"

0 comments on commit a720a42

Please sign in to comment.