Step 4: Specify the JSON Type

Next you need to specify if each of your individual API requests will contain one entity or many entities. If they contain many, you will need to add the JMESPath Syntax for that entity container so we can identify and pull the nested data for each.

In the example provided above, there are many entities in the request (the list of articles), so we will provide articles as our Entity Container.

json type

Feedback