{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "blikadnotification", "properties": { "email": { "type": "string", "description": "client email" }, "value": { "type": "string", "description": "alias value" }, "type": { "type": "string", "description": "UID for oneclick, PAYID for recurring payments" }, "status": { "type": "string", "description": "REGISTERED / UNREGISTERED / EXPIRED" } } }