UNPKG

obniz

Version:

obniz sdk for javascript

20 lines (17 loc) 482 B
## YAML Template. ##--- $schema: http://json-schema.org/draft-04/schema# id: "/request/ble/peripheral/service_stop" 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"}