-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel.json
More file actions
33 lines (33 loc) · 775 Bytes
/
model.json
File metadata and controls
33 lines (33 loc) · 775 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
{
"name": "ms-model-echo-app",
"repo_url": "https://github.com/znetlink/ms-model-echo-app",
"version": "0.1.0",
"description": "EchoApp模型",
"author": "ZNetLink",
"email": "jiazequn@znetlink.com",
"license": "GPL-3.0",
"labels": [
"App",
"应用层"
],
"content": {
"iconLibraries": [],
"scenarios": [],
"platforms": [],
"devices": [],
"processes": [
{
"model": "models/echo_app.pr.m",
"pyPkgPath": "pycodes/echo_app"
}
],
"links": [],
"traffics": [],
"modulations": [],
"packets": [
"models/echo_app.pkt.m"
],
"icis": [],
"metrics": []
}
}