obniz
Version:
obniz sdk for javascript
16 lines (13 loc) • 392 B
YAML
## YAML Template.
##---
$schema: http://json-schema.org/draft-04/schema#
id: "/response/ble/central/service_get_finish"
type: object
required : [get_service_result_finish]
properties:
get_service_result_finish :
type : object
required: [address]
additionalProperties: false
properties:
address : {$ref : "/deviceAddress"}