schemas: define the `deviceId` format
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)