Skip to content

schemas: define the `deviceId` format

Andy Holmes requested to merge work/andyholmes/device-id into master

Define the format of the deviceId as a UUIDv4 with hyphens (-) replaced with underscores (_). Require that compliant implementations accept and respond to older variations of the deviceId and take responsibility for any sanitization they require for internal use (e.g. export on D-Bus).

closes #9 (closed)

Merge request reports