Transformer

Represents a B2B Data Interchange transformer — defines how X12 EDI documents are converted to and from JSON or XML using mapping templates.

EDIB2BData InterchangeSupply ChainHealthcareFinancial-ServicesAmazon Web Services

Properties

Name Type Description
transformerId string Unique identifier for the transformer
transformerArn string Amazon Resource Name (ARN) for the transformer
name string Name of the transformer
status string Current status of the transformer
fileFormat string Output file format for the transformer
mappingTemplate string JSONata or XSLT mapping template content
ediType object EDI type configuration for the transformer
createdAt string Timestamp when the transformer was created
modifiedAt string Timestamp when the transformer was last modified
View JSON Schema on GitHub

JSON Schema

transformer.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-b2b-data-interchange/main/json-schema/transformer.json",
  "title": "Transformer",
  "description": "Represents a B2B Data Interchange transformer — defines how X12 EDI documents are converted to and from JSON or XML using mapping templates.",
  "type": "object",
  "properties": {
    "transformerId": {
      "type": "string",
      "description": "Unique identifier for the transformer",
      "pattern": "^tr-[a-zA-Z0-9]+$"
    },
    "transformerArn": {
      "type": "string",
      "description": "Amazon Resource Name (ARN) for the transformer"
    },
    "name": {
      "type": "string",
      "description": "Name of the transformer",
      "minLength": 1,
      "maxLength": 254
    },
    "status": {
      "type": "string",
      "enum": ["active", "inactive"],
      "description": "Current status of the transformer"
    },
    "fileFormat": {
      "type": "string",
      "enum": ["XML", "JSON", "NOT_USED"],
      "description": "Output file format for the transformer"
    },
    "mappingTemplate": {
      "type": "string",
      "description": "JSONata or XSLT mapping template content"
    },
    "ediType": {
      "type": "object",
      "description": "EDI type configuration for the transformer",
      "properties": {
        "x12Details": {
          "type": "object",
          "properties": {
            "transactionSet": {
              "type": "string",
              "description": "X12 transaction set (e.g. X12_850, X12_856, X12_810)"
            },
            "version": {
              "type": "string",
              "description": "X12 version (e.g. VERSION_4010, VERSION_5010)"
            }
          }
        }
      }
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the transformer was created"
    },
    "modifiedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the transformer was last modified"
    }
  },
  "required": ["transformerId", "transformerArn", "name", "status", "createdAt"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/transformer"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.