eBay · Schema

HazardousMaterialsLabels

A type that defines the hazardous materials labels for an item.

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
additionalInformation string Additional information about the hazardous materials labels.
pictograms array An array of hazard pictograms that apply to the item.
signalWord string The signal word for the hazardous materials label (such as Danger or Warning).
signalWordId string The ID of the signal word for the hazardous materials label.
statements array An array of hazard statements for the item.
View JSON Schema on GitHub

JSON Schema

ebay-hazardousmaterialslabels-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HazardousMaterialsLabels",
  "title": "HazardousMaterialsLabels",
  "type": "object",
  "properties": {
    "additionalInformation": {
      "type": "string",
      "description": "Additional information about the hazardous materials labels."
    },
    "pictograms": {
      "type": "array",
      "description": "An array of hazard pictograms that apply to the item.",
      "items": {
        "$ref": "#/components/schemas/HazardPictogram"
      }
    },
    "signalWord": {
      "type": "string",
      "description": "The signal word for the hazardous materials label (such as Danger or Warning)."
    },
    "signalWordId": {
      "type": "string",
      "description": "The ID of the signal word for the hazardous materials label."
    },
    "statements": {
      "type": "array",
      "description": "An array of hazard statements for the item.",
      "items": {
        "$ref": "#/components/schemas/HazardStatement"
      }
    }
  },
  "description": "A type that defines the hazardous materials labels for an item."
}

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/ebay-hazardousmaterialslabels"
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 email required.

A second provider on the same verified email joins the account you already have.