Informatica · JSON Structure

Informatica Platform Rest Mapping Structure

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

Mapping is a JSON Structure definition published by Informatica, describing 23 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 bundleObjectId bundleVersion templateId deployTime hasParameters valid fixedConnection hasParametersDeployed fixedConnectionDeployed deployedTemplateId tasks parameters inOutParameters references

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Mapping",
  "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"
    },
    "bundleObjectId": {
      "type": "string"
    },
    "bundleVersion": {
      "type": "string"
    },
    "templateId": {
      "type": "string"
    },
    "deployTime": {
      "type": "string"
    },
    "hasParameters": {
      "type": "boolean"
    },
    "valid": {
      "type": "boolean"
    },
    "fixedConnection": {
      "type": "boolean"
    },
    "hasParametersDeployed": {
      "type": "boolean"
    },
    "fixedConnectionDeployed": {
      "type": "boolean"
    },
    "deployedTemplateId": {
      "type": "string"
    },
    "tasks": {
      "type": "integer"
    },
    "parameters": {
      "type": "array"
    },
    "inOutParameters": {
      "type": "array"
    },
    "references": {
      "type": "array"
    }
  }
}