{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/SMSUnsubscriptionParameters",
"title": "SMSUnsubscriptionParameters",
"type": "object",
"properties": {
"marketing": {
"description": "The parameters to unsubscribe from marketing on the \"SMS\" channel.",
"$ref": "#/components/schemas/UnsubscriptionParameters",
"nullable": true
},
"transactional": {
"description": "The parameters to unsubscribe from transactional messaging on the \"SMS\" channel.",
"$ref": "#/components/schemas/UnsubscriptionParameters",
"nullable": true
}
}
}