with data as ( select cuisineId, cuisineName as cuisine from vw_CMM_Cuisines with (nolock) where ownerId = and ownerType = ) #forJSON( 'data', attributes.datastore, 'cuisine' )#