eBay · Schema

HazardPictogram

A type that defines the pictogram for the type of hazard that a hazardous material represents.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
pictogramDescription string The description of the hazard pictogram, such as Flammable.
pictogramId string The ID of the hazard pictogram.
pictogramUrl string The URL of the hazard pictogram.
View JSON Schema on GitHub

JSON Schema

ebay-hazardpictogram-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HazardPictogram",
  "title": "HazardPictogram",
  "type": "object",
  "properties": {
    "pictogramDescription": {
      "type": "string",
      "description": "The description of the hazard pictogram, such as Flammable."
    },
    "pictogramId": {
      "type": "string",
      "description": "The ID of the hazard pictogram."
    },
    "pictogramUrl": {
      "type": "string",
      "description": "The URL of the hazard pictogram."
    }
  },
  "description": "A type that defines the pictogram for the type of hazard that a hazardous material represents."
}