This object defines additional name=value pairs that can be used for identifying content.

MatterSpecification.v13.Cluster § 6.7.5.5

interface AdditionalInfo {
    name: string;
    value: string;
}

Hierarchy (view full)

Properties

Properties

name: string

This field shall indicate the name of external id, ex. "musicbrainz".

MatterSpecification.v13.Cluster § 6.7.5.5.1

value: string

This field shall indicate the value for external id, ex. "ST0000000666661".

MatterSpecification.v13.Cluster § 6.7.5.5.2