{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "error": { "type": [ "string", "null" ] }, "loginId": { "type": [ "string", "null" ] }, "success": { "type": "boolean" } }, "required": [ "success" ], "title": "AccountLoginCompletedNotification", "type": "object" }