MetadataFieldValueType: MetadataValueAttributes & {
    data?: KeyValuePairType[];
    id?: string[];
    inheritance?: string;
    name?: string;
    reference?: MetadataReferenceType;
    referenced?: MetadataReferencedType;
    track?: string;
    type?: MetadataFieldType;
    value?: MetadataValueType[];
}