eBay · Schema

HazardStatement

A type that defines the hazard statement for a hazardous material.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
statementDescription string A description of the nature of the hazard, such as whether the material is toxic if swallowed.
statementId string The ID of the hazard statement.
View JSON Schema on GitHub

JSON Schema

ebay-hazardstatement-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HazardStatement",
  "title": "HazardStatement",
  "type": "object",
  "properties": {
    "statementDescription": {
      "type": "string",
      "description": "A description of the nature of the hazard, such as whether the material is toxic if swallowed."
    },
    "statementId": {
      "type": "string",
      "description": "The ID of the hazard statement."
    }
  },
  "description": "A type that defines the hazard statement for a hazardous material."
}