United States Steel · JSON Structure

Steeltrack Test Report List Structure

Paginated list of test reports.

Type: object Properties: 2
SteelManufacturingAutomotiveConstructionEnergySupply ChainFortune 500

TestReportList is a JSON Structure definition published by United States Steel, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

total reports

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/united-states-steel/refs/heads/main/json-structure/steeltrack-test-report-list-structure.json",
  "name": "TestReportList",
  "description": "Paginated list of test reports.",
  "properties": {
    "total": {
      "description": "Total number of matching test reports.",
      "example": 5,
      "type": "int32"
    },
    "reports": {
      "description": "List of test report records.",
      "items": {
        "$ref": "#/components/schemas/TestReport"
      },
      "type": "array"
    }
  },
  "type": "object"
}