amauricunha commited on
Commit
947fa9f
·
verified ·
1 Parent(s): e2cf675

Create users/alice.json

Browse files
Files changed (1) hide show
  1. 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
+ }