Skip to main content

Data structures

A data structure is a document that describes in detail the format of the data being transferred to Make. Based on this document, the Scenario editor is able to figure out which module returns or receives which kind of data. The data structure documents are most commonly used for serializing/parsing data formats such as JSON, XML, CSV and others.

You can create a data structure when adding a new data store.

Read more about all supported data types in the dedicated article.

Data structure generator

Data structures don't always have to be created. You can make it easier by using a template from our built-in generator. By providing a data sample, the generator will automatically create a data structure based off of the data sample you entered. The created data structure can then be manually modified.

Data_structure_-_generate_data_structure.png