Informatica · JSON Structure

Informatica Platform Rest Mapping Task Structure

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

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

Properties

@type id orgId name description createTime updateTime createdBy updatedBy mappingId runtimeEnvironmentId scheduleId preProcessingCmd postProcessingCmd parameters sourceConnectionId targetConnectionId frsId active

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MappingTask",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "orgId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "createTime": {
      "type": "string"
    },
    "updateTime": {
      "type": "string"
    },
    "createdBy": {
      "type": "string"
    },
    "updatedBy": {
      "type": "string"
    },
    "mappingId": {
      "type": "string"
    },
    "runtimeEnvironmentId": {
      "type": "string"
    },
    "scheduleId": {
      "type": "string"
    },
    "preProcessingCmd": {
      "type": "string"
    },
    "postProcessingCmd": {
      "type": "string"
    },
    "parameters": {
      "type": "array"
    },
    "sourceConnectionId": {
      "type": "string"
    },
    "targetConnectionId": {
      "type": "string"
    },
    "frsId": {
      "type": "string"
    },
    "active": {
      "type": "boolean"
    }
  }
}