Provisioning Protocol Versions

Version 1

In version 1 of the specification, the format of the JSON document is as follows:

{
  "version" : 1,
  "spuid" : "SP::<Up to 252 characters>"
}

Where:

PropertyDescription
spuidProvisioned VUIT value. Maximum 256 characters. Should start with SP:: and be encoded in US/ASCII.
versionVersion of protocol, currently always 1

What’s Next