Profile

Represents a B2B Data Interchange profile — the system-side resource that represents your EDI sender or receiver entity.

EDIB2BData InterchangeSupply ChainHealthcareFinancial-ServicesAmazon Web Services

Properties

Name Type Description
profileId string Unique identifier for the profile
profileArn string Amazon Resource Name (ARN) for the profile
name string Name of the profile
businessName string Legal business name of the organization
phone string Phone number for the profile contact
email string Email address for the profile contact
logging string Whether CloudWatch logging is enabled for this profile
logGroupName string CloudWatch log group name for this profile
createdAt string Timestamp when the profile was created
modifiedAt string Timestamp when the profile was last modified
View JSON Schema on GitHub

JSON Schema

profile.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/profile.json",
  "title": "Profile",
  "description": "Represents a B2B Data Interchange profile — the system-side resource that represents your EDI sender or receiver entity.",
  "type": "object",
  "properties": {
    "profileId": {
      "type": "string",
      "description": "Unique identifier for the profile",
      "pattern": "^p-[a-zA-Z0-9]+$"
    },
    "profileArn": {
      "type": "string",
      "description": "Amazon Resource Name (ARN) for the profile",
      "pattern": "^arn:aws:b2bi:[a-z0-9-]+:[0-9]+:profile/p-[a-zA-Z0-9]+$"
    },
    "name": {
      "type": "string",
      "description": "Name of the profile",
      "minLength": 1,
      "maxLength": 254
    },
    "businessName": {
      "type": "string",
      "description": "Legal business name of the organization",
      "minLength": 1,
      "maxLength": 254
    },
    "phone": {
      "type": "string",
      "description": "Phone number for the profile contact",
      "pattern": "^\\+[1-9]\\d{1,14}$"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Email address for the profile contact"
    },
    "logging": {
      "type": "string",
      "enum": ["ENABLED", "DISABLED"],
      "description": "Whether CloudWatch logging is enabled for this profile"
    },
    "logGroupName": {
      "type": "string",
      "description": "CloudWatch log group name for this profile"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the profile was created"
    },
    "modifiedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the profile was last modified"
    }
  },
  "required": ["profileId", "profileArn", "name", "businessName", "phone", "logging", "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/profile"
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.