return props.map(function(prop) {
      var data = {
        value: prop.getFirstValue()
      };
      var type = prop.getFirstParameter('type');