Show More
@@ -160,7 +160,7 b'' | |||
|
160 | 160 | "description": "Notebook code cell.", |
|
161 | 161 | "type": "object", |
|
162 | 162 | "additionalProperties": false, |
|
163 |
"required": ["cell_type", "input", "outputs", |
|
|
163 | "required": ["cell_type", "input", "outputs", "language"], | |
|
164 | 164 | "properties": { |
|
165 | 165 | "cell_type": { |
|
166 | 166 | "description": "String identifying the type of cell.", |
General Comments 0
You need to be logged in to leave comments.
Login now