ResponseFormats enum ResponseFormats : String, Codable Form response formats short Short response format Components information contain: ID, title and user inputed value. Declaration Swift case short long Long response format Will return all the information of the component along with the user inputted values. Declaration Swift case long