## YAML Template.
##---
$schema: http://json-schema.org/draft-04/schema#
id: "/response/ble"
basePath: "ble"


"anyOf":
  - {$ref: "/response/ble/central"}
  - {$ref: "/response/ble/peripheral"}
  - {$ref: "/response/ble/error"}
  - {$ref: "/response/ble/hci"}