Contents

ManifestDeclaration

A dictionary that describes a declaration.

Declaration

object ManifestDeclaration

Properties

NameTypeDescription
Identifier Requiredstring

The declaration’s identifier.

ServerToken Requiredstring

The ServerToken value of the declaration.

The client uses this to determine if the actual payload is different from the one on the client. Servers must compute the token over the entire declaration content to ensure the value always changes whenever there’s any change to the content.

See Also

Supporting Objects