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