{ "type": "object", "name": "SuccesfulUserPhoto", "properties": { "fullEmailPhotoUrl": { "type": "string" }, "largePhotoUrl": { "type": "string" }, "mediumPhotoUrl": { "type": "string" }, "photoVersionId": { "type": "string" }, "smallPhotoUrl": { "type": "string" }, "standardEmailPhotoUrl": { "type": "string" }, "url": { "type": "string" } }, "required": [ "fullEmailPhotoUrl", "largePhotoUrl", "mediumPhotoUrl", "photoVersionId", "smallPhotoUrl", "standardEmailPhotoUrl", "url" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }