Skip to content

serviceInputDefinition

Chris Churas edited this page Oct 16, 2024 · 6 revisions

Defines the input of the service (Service apps only). This attribute describes how to assemble the data attribute in the request body when creating a task on the backend service. It should have this JSON structure:

{
  "type": string,
  "scope": string,
  "inputColumns": object,
  "inputNetwork": object
}