TlvAdditionalInfo: ObjectSchema<{
    name: FieldType<string>;
    value: FieldType<string>;
}> = ...

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

Type declaration

  • name: FieldType<string>

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

    MatterSpecification.v13.Cluster § 6.7.5.5.1

  • value: FieldType<string>

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

    MatterSpecification.v13.Cluster § 6.7.5.5.2

MatterSpecification.v13.Cluster § 6.7.5.5