##// END OF EJS Templates
Include orig_nbformat in v3 json schema
Jessica B. Hamrick -
Show More
@@ -38,6 +38,13 b''
38 38 "id": "nbformat",
39 39 "required": true
40 40 },
41 "orig_nbformat": {
42 "description": "Original notebook format, major number.",
43 "type": "integer",
44 "minimum": 1,
45 "id": "orig_nbformat",
46 "required": false
47 },
41 48 "worksheets": {
42 49 "description": "Array of worksheet, not used by the current implementation of ipython yet",
43 50 "type": "array",
General Comments 0
You need to be logged in to leave comments. Login now