ActionExecutionRequest

Application DependenciesCloud-NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
parameters object Parameter values for the action
credentials object Credential values for the action
View JSON Schema on GitHub

JSON Schema

application-research-actionexecutionrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ActionExecutionRequest",
  "title": "ActionExecutionRequest",
  "type": "object",
  "properties": {
    "parameters": {
      "type": "object",
      "description": "Parameter values for the action",
      "additionalProperties": true
    },
    "credentials": {
      "type": "object",
      "description": "Credential values for the action",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}