Spaces:
Sleeping
Sleeping
Create users/alice.json
Browse files- hf_data/users/alice.json +10 -0
hf_data/users/alice.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"user_id": "alice",
|
| 3 |
+
"display_name": "Alice Example",
|
| 4 |
+
"email": "alice@example.com",
|
| 5 |
+
"created_at": "2025-10-13T12:00:00Z",
|
| 6 |
+
"metadata": {
|
| 7 |
+
"level": "A2",
|
| 8 |
+
"target_languages": ["English"]
|
| 9 |
+
}
|
| 10 |
+
}
|