{
"$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."
}