{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SignalWord", "title": "SignalWord", "type": "object", "properties": { "signalWordId": { "type": "string", "description": "The identifier of the signal word. For more information, see Signal word information." }, "signalWordDescription": { "type": "string", "description": "The description of the signal word localized to the default language of the marketplace. For more information, see Signal word information." } }, "description": "A type that describes signal words for hazardous materials labels." }