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