Triumph Group Aerospace Service
Schema for a Triumph Group aerospace manufacturing, repair, or overhaul service offering
AerospaceDefenseManufacturingMaintenance Repair OverhaulAviationFortune 1000
Properties
| Name |
Type |
Description |
| serviceId |
string |
Unique service identifier |
| name |
string |
Service name |
| description |
string |
Detailed service description |
| category |
string |
Service category |
| applicableAircraftTypes |
array |
Aircraft types this service applies to |
| certifications |
array |
Regulatory certifications for this service |
| location |
object |
Facility location |
| contactUrl |
string |
URL for service inquiries |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api-evangelist.github.io/triumph-group/json-schema/triumph-group-service-schema.json",
"title": "Triumph Group Aerospace Service",
"description": "Schema for a Triumph Group aerospace manufacturing, repair, or overhaul service offering",
"type": "object",
"required": ["serviceId", "name", "category"],
"properties": {
"serviceId": {
"type": "string",
"description": "Unique service identifier"
},
"name": {
"type": "string",
"description": "Service name"
},
"description": {
"type": "string",
"description": "Detailed service description"
},
"category": {
"type": "string",
"description": "Service category",
"enum": [
"Actuation Products and Services",
"Geared Solutions",
"Interiors",
"Systems Electronics Controls",
"Maintenance Repair Overhaul",
"Product Support"
]
},
"applicableAircraftTypes": {
"type": "array",
"description": "Aircraft types this service applies to",
"items": {
"type": "string",
"enum": ["Commercial", "Regional", "Military", "Business Aviation"]
}
},
"certifications": {
"type": "array",
"description": "Regulatory certifications for this service",
"items": {
"type": "string"
}
},
"location": {
"type": "object",
"description": "Facility location",
"properties": {
"city": { "type": "string" },
"state": { "type": "string" },
"country": { "type": "string" }
}
},
"contactUrl": {
"type": "string",
"format": "uri",
"description": "URL for service inquiries"
}
}
}
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/triumph-group-service"
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.