Creating the Personal data type - Cloud

Talend Cloud API Designer Getting Started Guide

Version
Cloud
Language
English
Product
Talend Cloud
Module
Talend API Designer
Content
Design and Development > Designing APIs
Last publication date
2024-01-22

Create a data type that contains information about personal loans.

Procedure

  1. Click the + button in the left panel and click Data type.
  2. Enter Personal in the Name field and add a description.
  3. Click Add property under DATA TYPE, name the new property lastName and toggle the Required button to Yes.
  4. Click more attributes and enter Smith in the Examples field.
  5. Add a property named firstName, set Required to Yes and add John as an example.
  6. Add a property named address and set Required to Yes.
  7. Click string to open the list of data types available, and select the Address data type previously created.
  8. Click Save.

Results

Your data type is created, it should look like this:
Definition of the Personal data type.