JSON: Data model
Enforce a given data model for an object
Parameters
Keys—REQUIRED
The keys to add the values to.
Key—REQUIRED
The key to add the value to.
Value type—REQUIRED
The type of the value you want to add.
Multiple
The key input accepts multiple values.
JSON base
The initial JSON object to which you want to add the values.
Parent key
The parent key to attach the final JSON object to. If not provided, the values are added directly to the root of the JSON object.
Input
Keys
All the keys you defined in the parameters.
Output
JSON Element
The JSON object with the added values.