| { | |
| "name": "Admin User", | |
| "phone": "555-9012", | |
| "bio": "System administrator with access to all features", | |
| "location": { | |
| "city": "San Francisco", | |
| "state": "California", | |
| "timezone": "America/Los_Angeles" | |
| }, | |
| "service_areas": ["San Francisco Bay Area", "Silicon Valley"], | |
| "preferences": { | |
| "theme": "system", | |
| "notifications": true | |
| }, | |
| "history_files": { | |
| "posts": "data/users/history/admin@example.com/posts.json", | |
| "videos": "data/users/history/admin@example.com/videos.json" | |
| }, | |
| "metadata": { | |
| "created_at": 1672531200, | |
| "last_login": 1715990400, | |
| "account_type": "admin" | |
| } | |
| } |