-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaster.json
35 lines (35 loc) · 835 Bytes
/
master.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
{"search": {
"role": "instructor",
"username":"name",
"request": {
"type": "search",
"day": 0,
"search": "I am trying to find my way home from school"
},
"add": {
"type": "nearconceptphrase",
"id": 12,
"name": "the quick brown fox jumps over the lazy dog",
"matchTo": "this concept somewhere in the database",
"conceptKey": 10,
"day": 50
},
"edit": {
"type": "nearconceptidea",
"id": 15,
"originalname": "the brown fox",
"newname": "thequickBrownfox",
"matchto": "",
"conceptKey": 0,
"day": 49
},
"remove": {
"type": "badword",
"id": 12,
"name": "completely"
},
"isetting":{
"id": 1,
"set": true
}
}}