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

Commit

Permalink
Update envelope.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nawabahmadreshi authored Jun 22, 2018
1 parent b2426e0 commit 89898cf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions apis/definitions/envelope.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,46 @@ ApiRequest:
type: object
properties:
id:
description: a unique API ID
description: Represents an API uniquely
type: string
ver:
description: version of the API which was used
description: Represents the version of the API which was used
type: string
ets:
description: epoch UTC timestamp in milliseconds since epoch
description: Represents the EPOCH (UTC) timestamp in milliseconds since EPOCH
type: integer
format: int64
params:
type: object
properties:
msgid:
description: A unique id of the message being sent
description: Represents the unique ID of the message being sent
type: string
did:
description: The device UUID from which API is called
description: Represents the device UUID from which API is called
type: string

ApiResponse:
type: object
properties:
id:
description: id of the request which was made
description: Represents the ID of the request which was made
type: string
ver:
description: version of the API which was used
description: Represents the version of the API which was used
type: string
ets:
description: epoch UTC timestamp in milliseconds since epoch
description: Represents the EPOCH (UTC) timestamp in milliseconds since EPOCH
type: integer
format: int64
params:
type: object
properties:
msgid:
description: The id of the message sent
description: Represents the ID of the message sent
type: string
resmsgid:
description: The ide of the reply message
description: Represents the ID of the response message
type: string
err:
type:
Expand Down

0 comments on commit 89898cf

Please sign in to comment.