obniz
Version:
obniz sdk for javascript
13 lines (12 loc) • 336 B
YAML
## YAML Template.
##---
$schema: http://json-schema.org/draft-04/schema#
id: "/response/system/timestamp"
desccription: "timestamp of the device."
type: object
required: [timestamp]
properties:
timestamp:
type: number
description: "The timestamp in milliseconds since epoch (1970-01-01T00:00:00Z)."
example: 1592171234567