TransDigm Group · JSON Structure

Transdigm Component Structure

JSON structure documentation for a TransDigm Group aerospace component data record.

Type: object Properties: 0
AerospaceDefenseManufacturingFortune 500Proprietary Components

Transdigm Component Structure is a JSON Structure definition published by TransDigm Group.

Meta-schema:

JSON Structure

transdigm-component-structure.json Raw ↑
{
  "title": "TransDigm Aerospace Component Structure",
  "description": "JSON structure documentation for a TransDigm Group aerospace component data record.",
  "type": "object",
  "fields": [
    {
      "name": "partNumber",
      "type": "string",
      "required": true,
      "description": "Manufacturer's part number (MPN).",
      "example": "TDG-ACT-12345-001"
    },
    {
      "name": "name",
      "type": "string",
      "required": true,
      "description": "Component name or description.",
      "example": "Flight Control Actuator Assembly"
    },
    {
      "name": "productCategory",
      "type": "string",
      "required": true,
      "description": "High-level product category (Actuation Systems, Ignition Systems, etc.).",
      "example": "Actuation Systems"
    },
    {
      "name": "operatingUnit",
      "type": "string",
      "required": true,
      "description": "TransDigm operating unit manufacturer.",
      "example": "Skurka Aerospace"
    },
    {
      "name": "aircraftPlatforms",
      "type": "array",
      "items": "string",
      "required": false,
      "description": "Aircraft platforms this component is qualified for.",
      "example": ["Boeing 737", "Airbus A320"]
    },
    {
      "name": "market",
      "type": "string",
      "required": false,
      "description": "Market segment: Commercial, Military, or Both.",
      "example": "Both"
    },
    {
      "name": "isSoleSource",
      "type": "boolean",
      "required": false,
      "description": "Whether TransDigm is the sole qualified manufacturer.",
      "example": true
    },
    {
      "name": "isProprietary",
      "type": "boolean",
      "required": false,
      "description": "Whether TransDigm holds the proprietary design.",
      "example": true
    },
    {
      "name": "certifications",
      "type": "array",
      "items": "string",
      "required": false,
      "description": "Applicable FAA, EASA, and other certifications.",
      "example": ["FAA PMA", "EASA"]
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/transdigm-component-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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