{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "allegedUserEmail": { "type": [ "string", "null" ] } }, "title": "UserInfoResponse", "type": "object" }