-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstore.json
49 lines (49 loc) · 931 Bytes
/
store.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
{
"base": {
"blocks": {},
"days": {},
"infrastructures": {
"1": {
"name": "Laboratorios",
"icon": "",
"rooms": {
"1": {
"name": "C01",
"characteristics": [
{
"name": "Infraestructura",
"icon": "",
"characteristics": [
{
"name": "Aire Acondicionado",
"icon": "",
"value": "Si"
}
]
}
]
}
}
},
}
},
"rooms": {
"1": {
"rows": [
{
"section": {
"code": "m1",
"subject": "Multimedia",
"subject_code": "123",
"color": "#e2c376"
},
"day": 0,
"blocks": [
1,
2
]
}
]
}
}
}