United States Steel · Schema
TestReport
A physical, mechanical, or chemical test report for a steel product.
SteelManufacturingAutomotiveConstructionEnergySupply ChainFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| reportId | string | Unique test report identifier. |
| coilId | string | Coil or material identifier. |
| orderId | string | Associated order identifier. |
| product | string | Steel product type. |
| grade | string | Steel grade designation. |
| reportType | string | Type of test report. |
| certified | boolean | Whether this is a certified test report with electronic signature. |
| reportDate | string | Date the test report was issued. |
| yieldStrength | number | Yield strength in ksi. |
| tensileStrength | number | Tensile strength in ksi. |
| elongation | number | Elongation percentage. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/united-states-steel/refs/heads/main/json-schema/steeltrack-test-report-schema.json",
"title": "TestReport",
"description": "A physical, mechanical, or chemical test report for a steel product.",
"type": "object",
"properties": {
"reportId": {
"type": "string",
"description": "Unique test report identifier.",
"example": "RPT-2025-4321"
},
"coilId": {
"type": "string",
"description": "Coil or material identifier.",
"example": "COIL-8765432"
},
"orderId": {
"type": "string",
"description": "Associated order identifier.",
"example": "ORD-2025-001234"
},
"product": {
"type": "string",
"description": "Steel product type.",
"example": "Cold-Rolled Coil"
},
"grade": {
"type": "string",
"description": "Steel grade designation.",
"example": "IF"
},
"reportType": {
"type": "string",
"description": "Type of test report.",
"enum": [
"MECHANICAL",
"CHEMICAL",
"PHYSICAL"
],
"example": "MECHANICAL"
},
"certified": {
"type": "boolean",
"description": "Whether this is a certified test report with electronic signature.",
"example": true
},
"reportDate": {
"type": "string",
"format": "date",
"description": "Date the test report was issued.",
"example": "2025-02-10"
},
"yieldStrength": {
"type": "number",
"description": "Yield strength in ksi.",
"example": 34
},
"tensileStrength": {
"type": "number",
"description": "Tensile strength in ksi.",
"example": 47
},
"elongation": {
"type": "number",
"description": "Elongation percentage.",
"example": 44
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/steeltrack-test-report"
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 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.