Datatype
Datatype defines custom datatype for the service.
Configured Datatype can be used in other components, like output schema of Action/Trigger.
Structure
|- datatype
|- [datatype name]
|- version
|- [version name]
|- data.json
|- data.json
Datatype configuration on data.json
requires following basic structure
{
"id": "1c5b5730-c492-4675-90b8-19fbcb186dd5",
"name": "GoogleCalendarEvent"
}
If id
is not provided, CLI will autogenerate it and insert it into the file before creating a new datatype.
If id
is provided, CLI will update the datatype with that id
.
Helpful?