-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.example.json
50 lines (50 loc) · 1.08 KB
/
data.example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"courses": [
{
"name": "<strong>Curso de Mentira</strong> para o Template",
"classes": [
{
"label": "A",
"startDate": "00/00/2024",
"endDate": "00/00/2024",
"weekday": "Segunda-feira",
"startTime": "00:00",
"endTime": "00:00",
"modality": "Online",
"level": "Básico",
"teacher": "Foolano di Tahl",
"teacherLabel": "professor convidado"
},
{
"label": "B",
"startDate": "00/00/2024",
"endDate": "00/00/2024",
"weekday": "Segunda-feira",
"startTime": "00:00",
"endTime": "00:00",
"modality": "Online",
"level": "intermediário-avançado",
"teacher": "Foolano di Tahl",
"teacherLabel": ""
}
]
},
{
"name": "Outro de Mentira para o Template",
"classes": [
{
"label": null,
"startDate": "00/00/2024",
"endDate": "00/00/2024",
"weekday": "Segunda-feira",
"startTime": "00:00",
"endTime": "00:00",
"modality": "Online",
"level": "Básico",
"teacher": "Foolano di Tahl",
"teacherLabel": null
}
]
}
]
}