Informatica · JSON Structure

Informatica Platform Rest Mapping In Out Parameter Structure

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

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

Properties

id name description initialValue datatype precision scale retentionPolicy aggregationType currentValue

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MappingInOutParameter",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "initialValue": {
      "type": "string"
    },
    "datatype": {
      "type": "string"
    },
    "precision": {
      "type": "string"
    },
    "scale": {
      "type": "string"
    },
    "retentionPolicy": {
      "type": "string"
    },
    "aggregationType": {
      "type": "string"
    },
    "currentValue": {
      "type": "string"
    }
  }
}