Show More
@@ -72,7 +72,7 b'' | |||
|
72 | 72 | "description": "Notebook raw nbconvert cell.", |
|
73 | 73 | "type": "object", |
|
74 | 74 | "additionalProperties": false, |
|
75 | "required": ["cell_type", "metadata"], | |
|
75 | "required": ["cell_type", "metadata", "source"], | |
|
76 | 76 | "properties": { |
|
77 | 77 | "cell_type": { |
|
78 | 78 | "description": "String identifying the type of cell.", |
@@ -99,7 +99,7 b'' | |||
|
99 | 99 | "description": "Notebook markdown cell.", |
|
100 | 100 | "type": "object", |
|
101 | 101 | "additionalProperties": false, |
|
102 | "required": ["cell_type", "metadata"], | |
|
102 | "required": ["cell_type", "metadata", "source"], | |
|
103 | 103 | "properties": { |
|
104 | 104 | "cell_type": { |
|
105 | 105 | "description": "String identifying the type of cell.", |
General Comments 0
You need to be logged in to leave comments.
Login now