{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AzureAppPushReceiver", "title": "AzureAppPushReceiver", "type": "object", "required": [ "name", "emailAddress" ], "properties": { "name": { "type": "string", "description": "The name of the Azure App Push receiver." }, "emailAddress": { "type": "string", "format": "email", "description": "The email address registered for the Azure mobile app." } } }