I want to use API to interate with DolphinScheduler, but input paramters is not clearly described via API docs.
For example:
/dolphinscheduler/projects/{projectName}/process/save
one of input paramter: processDefinitionJson, where can I find the detailed
defintion or I need to find it out in source code?
