obniz
Version:
obniz sdk for javascript
22 lines (18 loc) • 431 B
YAML
## YAML Template.
##---
$schema: http://json-schema.org/draft-04/schema#
id: "/request/ble/peripheral/service_stop"
deprecated: 3.0.0
type: object
required: [peripheral]
properties:
peripheral:
type: object
required: [stop_service]
properties:
stop_service:
type: object
required: [service_uuid]
additionalProperties: false
properties:
service_uuid: {$ref: "/uuid"}