{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "UnsubscribeRequest", "required": [ "subscriberName", "subscriptionType" ], "properties": { "subscriberName": { "type": "string" }, "subscriptionType": { "type": "string" } }, "type": "object" }