##// END OF EJS Templates
Fix JSON syntax errors
Jessica B. Hamrick -
Show More
@@ -16,7 +16,7 b''
16 "required": true
16 "required": true
17 },
17 },
18 "kernel_info": {
18 "kernel_info": {
19 "description": "Other kernel information, to be determined."
19 "description": "Other kernel information, to be determined.",
20 "type": "object",
20 "type": "object",
21 "required": true,
21 "required": true,
22 "additionalProperties": true
22 "additionalProperties": true
@@ -144,7 +144,7 b''
144 "type": "string",
144 "type": "string",
145 "pattern": "^.*\n$"
145 "pattern": "^.*\n$"
146 }
146 }
147 }
147 },
148 "outputs": {
148 "outputs": {
149 "description": "Outputs of cell, to be defined.",
149 "description": "Outputs of cell, to be defined.",
150 "type": "array",
150 "type": "array",
General Comments 0
You need to be logged in to leave comments. Login now