obniz
Version:
obniz sdk for javascript
18 lines (16 loc) • 440 B
YAML
## YAML Template.
##---
$schema: http://json-schema.org/draft-04/schema#
id: "/request/io/input_detail"
related : "/response/io/get"
type: object
required : [direction]
properties:
direction :
type: string
enum:
- input
stream :
type: boolean
default: false
description : "enable stream callback when value change"