-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschedule.json
54 lines (54 loc) · 1.26 KB
/
schedule.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
51
52
53
54
[
{
"id":1,
"title_event": "LIVE: 55 MINUTOS",
"dates_event": [
{
"id":1,
"day": "05/11",
"hours": "17:55",
"Local": "Facebook",
"theme": "Esporte, Lazer, Cultura e Turismo",
"guests": "Raimunda, Felipe, Cristiano"
}
]
},
{
"id":2,
"title_event": "VISITAS",
"dates_event": [
{
"id":1,
"day": "07/11",
"hours": "07:55",
"Local": "Feira Livre",
"theme": "Dialogando com a Juventude",
"guests": "Rosinha Bolachinha, Michelle"
},
{
"id":2,
"day": "07/11",
"hours": "14:55",
"Local": "Lagoa do Brás",
"theme": "Dialogando com a Juventude",
"guests": "Rosinha Bolachinha, Michelle"
},
{
"id":3,
"day": "08/11",
"hours": "09:55",
"Local": "Sítio Pimenta",
"theme": "Dialogando com a Juventude",
"guests": "Rosinha Bolachinha, Michelle"
},
{
"id":4,
"day": "08/11",
"hours": "14:55",
"Local": "Sítio Cozinha",
"theme": "Dialogando com a Juventude",
"guests": "Rosinha Bolachinha, Michelle"
}
]
}
]