aboutsummaryrefslogtreecommitdiffstats
path: root/distribution/src/main/assembly/model.json
blob: 0d314b4502213129a4cd878c498a02ef744c834d (plain)
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
    "id":"id12345",
    "name":"test",
    "scene":"abcd",
    "data":{
        "nodes":[
            {
                "id":"node0",
                "type":"startEvent",
                "name":"开始",
                "parentId":"root",
                "position":{
                    "left":100,
                    "top":136,
                    "width":56,
                    "height":56
                },
                "connection":[
                    {
                        "sourceRef":"node0",
                        "targetRef":"node1"
                    }
                ],
                "parameters":[

                ]
            },
            {
                "id":"node1",
                "type":"restTask",
                "name":"REST",
                "parentId":"root",
                "position":{
                    "left":254,
                    "top":136,
                    "width":56,
                    "height":56
                },
                "connection":[
                    {
                        "sourceRef":"node1",
                        "targetRef":"node2"
                    }
                ],
                "produces":[
                    "application/json; charset=utf-8"
                ],
                "parameters":[
                    {
                        "name":"body",
                        "value":{
                            "value":{
                                "type":{
                                    "value":"jhgjhv",
                                    "valueSource":"String"
                                },
                                "provider":{
                                    "value":"",
                                    "valueSource":"Variable"
                                },
                                "serviceType":{
                                    "value":"",
                                    "valueSource":"String"
                                },
                                "start":{
                                    "value":{
                                        "year":{
                                            "value":"",
                                            "valueSource":"String"
                                        },
                                        "month":{
                                            "value":"",
                                            "valueSource":"String"
                                        },
                                        "day":{
                                            "value":"",
                                            "valueSource":"String"
                                        }
                                    },
                                    "valueSource":"Definition"
                                },
                                "end":{
                                    "value":{
                                        "year":{
                                            "value":"",
                                            "valueSource":"String"
                                        },
                                        "month":{
                                            "value":"",
                                            "valueSource":"String"
                                        },
                                        "day":{
                                            "value":"",
                                            "valueSource":"String"
                                        }
                                    },
                                    "valueSource":"Definition"
                                }
                            },
                            "valueSource":"Definition"
                        },
                        "valueSource":"String",
                        "type":"String",
                        "required":false,
                        "position":"body",
                        "schema":{
                            "$ref":"#/definitions/PackageQueryParams"
                        }
                    },
                    {
                        "name":"language-option",
                        "value":"",
                        "valueSource":"String",
                        "type":"String",
                        "required":false,
                        "position":"header"
                    }
                ],
                "responses":[

                ],
                "restConfigId":"catalog.v1",
                "path":"/csars",
                "method":"post"
            },
            {
                "id":"node2",
                "type":"endEvent",
                "name":"结束",
                "parentId":"root",
                "position":{
                    "left":396,
                    "top":136,
                    "width":56,
                    "height":56
                },
                "connection":[

                ]
            }
        ]
    }
}