diff --git a/IPython/nbformat/v3/v3.withref.json b/IPython/nbformat/v3/v3.withref.json index 3b29f23..9ed9d97 100644 --- a/IPython/nbformat/v3/v3.withref.json +++ b/IPython/nbformat/v3/v3.withref.json @@ -38,6 +38,13 @@ "id": "nbformat", "required": true }, + "orig_nbformat": { + "description": "Original notebook format, major number.", + "type": "integer", + "minimum": 1, + "id": "orig_nbformat", + "required": false + }, "worksheets": { "description": "Array of worksheet, not used by the current implementation of ipython yet", "type": "array",