Last updated
© 2025 make.com
Last updated
Creates a new data structure with data passed in the request body. In the response, it returns all details of the created data structure including its full specification.
The unique ID of the team in which the data structure will be created.
The name of the data structure. The maximum length of the name is 128 characters.
Set to true to enforce strict validation of the data put in the data structure. With the strict validation enabled, the data structure won’t store data that don’t fit into the structure and the storing module will return an error.
The default value of this parameter is false. With the default setting, the modules using the data structure will process data that don’t conform to the data structure.
true
Sets the data structure specification.
Successful response