-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaster.jason.README.txt
More file actions
37 lines (36 loc) · 905 Bytes
/
master.jason.README.txt
File metadata and controls
37 lines (36 loc) · 905 Bytes
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
this is an example of the json we will be passing. It could be simpler,and this example is full of extra values.
{"search": {
"role": "", //role should always be populated
"username":"",
"request": {
"type": "",
"day": 0, //for now, day will always be zero untill we sort out date tracking
"search": ""
},
"add": { //add and the others will be empty strings unless they are actively in use
"type": "",
"id": 0,
"name": "",
"matchTo": "",
"conceptKey": "0",
"day": 0
},
"edit": {
"type": "",
"id": 0,
"originalname": "",
"newname": "",
"matchto": "",
"conceptKey": "",
"day": 0
},
"remove": {
"type": "",
"id": 0,
"name": ""
},
"setting":{
"id": 0,
"set": true
}
}}