File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ werkzeug == 0.16.1; python_version=="3.5" or python_version=="3.4"
88swagger-ui-bundle >= 0.0.2
99python_dateutil >= 2.6.0
1010setuptools >= 21.0.0
11- Flask == 1 .1.2
11+ Flask == 2 .1.1
Original file line number Diff line number Diff line change 1111class Model (object ):
1212 # openapiTypes: The key is attribute name and the
1313 # value is attribute type.
14- openapi_types = {}
14+ openapi_types : typing . Dict [ str , type ] = {}
1515
1616 # attributeMap: The key is attribute name and the
1717 # value is json key in definition.
18- attribute_map = {}
18+ attribute_map : typing . Dict [ str , str ] = {}
1919
2020 @classmethod
2121 def from_dict (cls : typing .Type [T ], dikt ) -> T :
Original file line number Diff line number Diff line change 1- {}
1+ {"packageName" : " workflows_api " }
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ werkzeug == 0.16.1; python_version=="3.5" or python_version=="3.4"
88swagger-ui-bundle >= 0.0.2
99python_dateutil >= 2.6.0
1010setuptools >= 21.0.0
11- Flask == 1 .1.2
11+ Flask == 2 .1.1
Original file line number Diff line number Diff line change 1111class Model (object ):
1212 # openapiTypes: The key is attribute name and the
1313 # value is attribute type.
14- openapi_types = {}
14+ openapi_types : typing . Dict [ str , type ] = {}
1515
1616 # attributeMap: The key is attribute name and the
1717 # value is json key in definition.
18- attribute_map = {}
18+ attribute_map : typing . Dict [ str , str ] = {}
1919
2020 @classmethod
2121 def from_dict (cls : typing .Type [T ], dikt ) -> T :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ servers:
1111- description : Metacell host
1212 url : /api
1313tags :
14- - description : standard creation, listing and retrieve
14+ - description : " standard creation, listing and retrieve"
1515 name : Create and Access
1616paths :
1717 /operations :
@@ -100,7 +100,7 @@ paths:
100100 name : name
101101 required : true
102102 schema :
103- pattern : ^[0-9A-Za-z\s\ -]+$
103+ pattern : " ^[0-9A-Za-z\\ s \\ -]+$"
104104 type : string
105105 style : simple
106106 responses :
@@ -136,7 +136,7 @@ paths:
136136 name : name
137137 required : true
138138 schema :
139- pattern : ^[0-9A-Za-z\s\ -]+$
139+ pattern : " ^[0-9A-Za-z\\ s \\ -]+$"
140140 type : string
141141 style : simple
142142 responses :
@@ -167,10 +167,12 @@ components:
167167 createTime : 2016-08-29T09:12:33.001Z
168168 name : name
169169 message : " "
170+ status : null
170171 - workflow : workflow
171172 createTime : 2016-08-29T09:12:33.001Z
172173 name : name
173174 message : " "
175+ status : null
174176 properties :
175177 meta :
176178 $ref : ' #/components/schemas/SearchResultData'
@@ -197,6 +199,7 @@ components:
197199 createTime : 2016-08-29T09:12:33.001Z
198200 name : name
199201 message : " "
202+ status : null
200203 properties :
201204 message :
202205 description : usually set when an error occurred
You can’t perform that action at this time.
0 commit comments