obniz
Version:
obniz sdk for javascript
18 lines (15 loc) • 470 B
YAML
## YAML Template.
##---
$schema: http://json-schema.org/draft-04/schema#
id: "/request/ble/central/characteristic_get"
related : "/response/ble/central/characteristic_get"
type: object
required : [get_characteristics]
properties:
get_characteristics :
type : object
required: [address,service_uuid]
additionalProperties: false
properties:
address : {$ref : "/deviceAddress"}
service_uuid : {$ref : "/uuid"}