Stericycle · JSON Structure

Stericycle Waste Pickup Structure

Field structure documentation for regulated medical waste pickup records

Type: object Properties: 0
HealthcareMedical WasteComplianceWaste ManagementEnvironmental ServicesFortune 500

Stericycle Waste Pickup Structure is a JSON Structure definition published by Stericycle.

Meta-schema:

JSON Structure

stericycle-waste-pickup-structure.json Raw ↑
{
  "title": "Stericycle Waste Pickup Structure",
  "description": "Field structure documentation for regulated medical waste pickup records",
  "type": "object",
  "fields": [
    {
      "name": "id",
      "type": "string",
      "required": true,
      "description": "Unique pickup record identifier"
    },
    {
      "name": "accountId",
      "type": "string",
      "required": true,
      "description": "Customer account identifier"
    },
    {
      "name": "locationId",
      "type": "string",
      "required": false,
      "description": "Service location within the account"
    },
    {
      "name": "serviceDate",
      "type": "date",
      "required": true,
      "description": "Scheduled pickup date (YYYY-MM-DD)"
    },
    {
      "name": "wasteType",
      "type": "enum",
      "values": [
        "regulated-medical-waste",
        "sharps",
        "pharmaceutical-waste",
        "hazardous-waste",
        "chemotherapy-waste",
        "pathological-waste"
      ],
      "required": true,
      "description": "Regulatory category of waste collected"
    },
    {
      "name": "status",
      "type": "enum",
      "values": ["scheduled", "completed", "cancelled", "missed"],
      "required": true,
      "description": "Service status"
    },
    {
      "name": "containerCount",
      "type": "integer",
      "required": false,
      "description": "Number of containers collected"
    },
    {
      "name": "weight",
      "type": "number",
      "required": false,
      "description": "Total weight in pounds"
    },
    {
      "name": "manifestNumber",
      "type": "string",
      "required": false,
      "description": "Regulatory waste tracking manifest number"
    },
    {
      "name": "treatmentFacility",
      "type": "string",
      "required": false,
      "description": "Name of disposal facility"
    },
    {
      "name": "complianceDocumentUrl",
      "type": "uri",
      "required": false,
      "description": "Link to compliance certificate"
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/stericycle-waste-pickup-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.