##// END OF EJS Templates
Add skeleton for different output types
Jessica B. Hamrick -
Show More
@@ -178,7 +178,12 b''
178 178 "outputs": {
179 179 "description": "Outputs of cell, to be defined.",
180 180 "type": "array",
181 "required": true
181 "required": true,
182 "items": [
183 {"$ref": "/definitions/pyout_output"}
184 {"$ref": "/definitions/display_data_output"}
185 {"$ref": "/definitions/stream_output"}
186 ]
182 187 },
183 188 "collapsed": {
184 189 "description": "Whether the cell is collapsed/expanded.",
@@ -197,6 +202,18 b''
197 202 "minimum": 0
198 203 }
199 204 }
205 },
206
207 "pyout_output": {
208
209 },
210
211 "display_data_output": {
212
213 },
214
215 "stream_output": {
216
200 217 }
201 218 }
202 219 }
General Comments 0
You need to be logged in to leave comments. Login now