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