github.com/instill-ai/component@v0.16.0-beta/pkg/base/testdata/operatorTasks.json (about) 1 { 2 "TASK_MARSHAL": { 3 "input": { 4 "description": "Input", 5 "instillEditOnNodeFields": [ 6 "object" 7 ], 8 "instillUIOrder": 0, 9 "properties": { 10 "object": { 11 "description": "Json object to be marshaled", 12 "instillAcceptFormats": [ 13 "object", 14 "semi-structured/*", 15 "structured/*" 16 ], 17 "instillEditOnNodeFields": [], 18 "instillUIOrder": 0, 19 "instillUpstreamTypes": [ 20 "reference" 21 ], 22 "required": [], 23 "title": "Object", 24 "type": "object" 25 } 26 }, 27 "required": [ 28 "object" 29 ], 30 "title": "Input", 31 "type": "object" 32 }, 33 "output": { 34 "description": "Output", 35 "instillEditOnNodeFields": [ 36 "string" 37 ], 38 "instillUIOrder": 0, 39 "properties": { 40 "string": { 41 "description": "Data", 42 "instillFormat": "string", 43 "instillUIMultiline": true, 44 "instillUIOrder": 0, 45 "title": "Data", 46 "type": "string" 47 } 48 }, 49 "required": [ 50 "string" 51 ], 52 "title": "Output", 53 "type": "object" 54 } 55 } 56 }