obniz
Version:
obniz sdk for javascript
35 lines (30 loc) • 906 B
YAML
## YAML Template.
##---
$schema: http://json-schema.org/draft-04/schema#
id: "/request/display/pin_assign"
type : object
required : [pin_assign]
properties :
pin_assign :
type : object
minProperties : 1
patternExample : [0,1,2,3]
patternProperties :
"^[0-9]$" :
type : object
properties :
module_name :
type : string
example : "io"
pin_name :
type : string
example : "output"
"^1[0-1]$" :
type : object
properties :
module_name :
type : string
example : "io"
pin_name :
type : string
example : "output"