United States Steel · JSON Structure

Steeltrack Inventory List Structure

Paginated list of inventory items.

Type: object Properties: 2
SteelManufacturingAutomotiveConstructionEnergySupply ChainFortune 500

InventoryList 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 items

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-inventory-list-structure.json",
  "name": "InventoryList",
  "description": "Paginated list of inventory items.",
  "properties": {
    "total": {
      "description": "Total number of inventory items.",
      "example": 15,
      "type": "int32"
    },
    "items": {
      "description": "List of inventory items.",
      "items": {
        "$ref": "#/components/schemas/InventoryItem"
      },
      "type": "array"
    }
  },
  "type": "object"
}