-
Notifications
You must be signed in to change notification settings - Fork 2.5k
/
project_data_example.json
57 lines (57 loc) · 1.39 KB
/
project_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
51
52
53
54
55
56
57
{
"createDateStr": "2014-04-17",
"user": {
"name": "test",
"id": 1
},
"id": 10,
"version": "0.0.0.1",
"introduction": "",
"name": "某项目",
"moduleList": [
{
"id": 11,
"introduction": "",
"name": "某模块",
"pageList": [
{
"id": 15,
"introduction": "",
"name": "某页面",
"actionList": [
{
"id": 21,
"name": "某请求",
"description": "",
"requestType": "1",
"requestUrl": "",
"responseTemplate": "",
"requestParameterList": [
{
"id": 69,
"identifier": "reqParam",
"name": "某请求参数",
"remark": "",
"parameterList": [],
"validator": "",
"dataType": "number"
}
],
"responseParameterList": [
{
"id": 70,
"identifier": "resParam",
"name": "某响应参数",
"remark": "",
"parameterList": [],
"validator": "",
"dataType": "number"
}
]
}
]
}
]
}
]
}