Informatica · JSON Structure

Informatica Platform Rest Job Stop Request Structure

Type: object Properties: 5
Address VerificationB2B GatewayCloud ServicesData GovernanceData IntegrationData ProfilingData QualityEnterprise SoftwareETLIDMCIICSMaster Data ManagementReference Data Management

JobStopRequest is a JSON Structure definition published by Informatica, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

@type taskId taskName taskType cleanStop

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JobStopRequest",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string"
    },
    "taskId": {
      "type": "string"
    },
    "taskName": {
      "type": "string"
    },
    "taskType": {
      "type": "string"
    },
    "cleanStop": {
      "type": "boolean"
    }
  }
}