Ryerson Holding · Schema

Ryerson Metal Product

An industrial metal product available through Ryerson Holding's distribution network

Industrial MetalsManufacturingMetal DistributionSteel

Properties

Name Type Description
productId string Unique product identifier
sku string Stock keeping unit identifier
name string Product name and description
material string Metal material type
grade string Material grade or alloy specification (e.g., 304, 6061-T6, A36)
form string Physical form of the metal product
dimensions object
unit string Unit of measure for ordering
pricePerUnit number Price per unit of measure in USD
availability string Current availability status
minimumOrderQuantity number Minimum order quantity
View JSON Schema on GitHub

JSON Schema

ryerson-metal-product-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12",
  "$id": "https://api-evangelist.github.io/ryerson-holding/json-schema/ryerson-metal-product-schema.json",
  "title": "Ryerson Metal Product",
  "description": "An industrial metal product available through Ryerson Holding's distribution network",
  "type": "object",
  "properties": {
    "productId": {
      "type": "string",
      "description": "Unique product identifier"
    },
    "sku": {
      "type": "string",
      "description": "Stock keeping unit identifier"
    },
    "name": {
      "type": "string",
      "description": "Product name and description"
    },
    "material": {
      "type": "string",
      "enum": ["stainless_steel", "aluminum", "carbon_steel", "alloy_steel", "nickel", "copper", "brass"],
      "description": "Metal material type"
    },
    "grade": {
      "type": "string",
      "description": "Material grade or alloy specification (e.g., 304, 6061-T6, A36)"
    },
    "form": {
      "type": "string",
      "enum": ["sheet", "plate", "bar", "tube", "pipe", "coil", "structural", "round", "flat", "hex", "square"],
      "description": "Physical form of the metal product"
    },
    "dimensions": {
      "type": "object",
      "properties": {
        "thickness": {
          "type": "number",
          "description": "Thickness in inches"
        },
        "width": {
          "type": "number",
          "description": "Width in inches"
        },
        "length": {
          "type": "number",
          "description": "Length in feet or inches"
        },
        "diameter": {
          "type": "number",
          "description": "Outer diameter in inches (for round/tube products)"
        }
      }
    },
    "unit": {
      "type": "string",
      "enum": ["pound", "foot", "piece", "sheet"],
      "description": "Unit of measure for ordering"
    },
    "pricePerUnit": {
      "type": "number",
      "format": "double",
      "description": "Price per unit of measure in USD"
    },
    "availability": {
      "type": "string",
      "enum": ["in_stock", "call_for_availability", "special_order"],
      "description": "Current availability status"
    },
    "minimumOrderQuantity": {
      "type": "number",
      "description": "Minimum order quantity"
    }
  },
  "required": ["productId", "material", "form"]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ryerson-metal-product"
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.