{"lexicon":1,"id":"money.atmosphere.actor.profile","defs":{"main":{"type":"record","description":"Minimal payment-facing profile for an Atmosphere account using ATM.","key":"literal:self","record":{"type":"object","required":["createdAt","updatedAt"],"properties":{"displayName":{"type":"string","maxGraphemes":64,"maxLength":640,"description":"Payment-facing display name. Seeded from available Atmosphere profile data on first ATM sign-in, then editable by the account owner."},"description":{"type":"string","maxGraphemes":256,"maxLength":2560,"description":"Short payment-facing profile text. Seeded from available Atmosphere profile data when possible."},"avatar":{"type":"blob","accept":["image/jpeg","image/png","image/webp"],"maxSize":1000000,"description":"Payment-facing avatar image. Seeded from available Atmosphere profile data when possible."},"createdAt":{"type":"string","format":"datetime"},"updatedAt":{"type":"string","format":"datetime"}}}}}}