Cambridge-ICCS / ONEFlux

Open Network-Enabled Flux processing pipeline
Other
0 stars 0 forks source link

Generic input-output example template (JSON) #33

Open dorchard opened 2 months ago

dorchard commented 2 months ago

Proposed template (ish)

   "function_name": 
    {
      "id": <string>,
      "description": <string>,
      "input": {
        0: ...,
        1: ....,
      },
      "output": {....} OR "output_path": {....}
    }
 }

Questions:

dorchard commented 2 months ago

If output is < 50 characters then it can go in directly, otherwise it needs to be put into a file