<#ftl output_format="JSON"> <#import "/recipes/v2/triggers/triggerUtility_v2.ftl" as triggerUtility> <#-- The macro for generating trigger to update the parentUuid field in the Interface metadata --> <#macro updateParent recipeObjectId hasNext=false> <@triggerUtility.updateField recipeObjectId=recipeObjectId objectType="INTERFACE" fieldName="parentUuid" hasNext=hasNext/>