ThomasSimonini HF staff commited on
Commit
c3aab95
1 Parent(s): 4b58f0b

Update candidates.json

Browse files
Files changed (1) hide show
  1. candidates.json +48 -21
candidates.json CHANGED
@@ -1,23 +1,50 @@
1
- {
2
- "Users": [
3
- {
4
- "HFUsername": "user1",
5
- "FirstName": "John",
6
- "SecondName": "Doe",
7
- "Email": "john.doe@example.com"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  },
9
- {
10
- "HFUsername": "user2",
11
- "FirstName": "Jane",
12
- "SecondName": "Smith",
13
- "Email": "jane.smith@example.com"
14
- }
15
- ],
16
- "Demo": {
17
- "Name": "DemoName",
18
- "Link": "https://example.com/demo",
19
- "Description": "This is a demo description.",
20
- "ModelsUsed": ["Model1", "Model2"]
21
  },
22
- "Status": "Active"
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "Candidature Code": "9283DNZDD",
4
+ "Users": [
5
+ {
6
+ "HFUsername": "user1",
7
+ "FirstName": "John",
8
+ "SecondName": "Doe",
9
+ "Email": "john.doe@example.com"
10
+ },
11
+ {
12
+ "HFUsername": "user2",
13
+ "FirstName": "Jane",
14
+ "SecondName": "Smith",
15
+ "Email": "jane.smith@example.com"
16
+ }
17
+ ],
18
+ "Demo": {
19
+ "Name": "DemoName",
20
+ "Link": "https://example.com/demo",
21
+ "Description": "This is a demo description.",
22
+ "ModelsUsed": ["Model1", "Model2"]
23
  },
24
+ "Status": "Active"
 
 
 
 
 
 
 
 
 
 
 
25
  },
26
+ {
27
+ "Candidature Code": "9283DNZDD",
28
+ "Users": [
29
+ {
30
+ "HFUsername": "user1",
31
+ "FirstName": "John",
32
+ "SecondName": "Doe",
33
+ "Email": "john.doe@example.com"
34
+ },
35
+ {
36
+ "HFUsername": "user2",
37
+ "FirstName": "Jane",
38
+ "SecondName": "Smith",
39
+ "Email": "jane.smith@example.com"
40
+ }
41
+ ],
42
+ "Demo": {
43
+ "Name": "DemoName",
44
+ "Link": "https://example.com/demo",
45
+ "Description": "This is a demo description.",
46
+ "ModelsUsed": ["Model1", "Model2"]
47
+ },
48
+ "Status": "Active"
49
+ }
50
+ ]