From 9ee36c29c597be6e95fd62ab7e0adb5d0f1a82a8 2014-11-03 20:09:38 From: Min RK Date: 2014-11-03 20:09:38 Subject: [PATCH] include orig_nbformat_minor in v3 schema --- diff --git a/IPython/nbformat/v3/nbformat.v3.schema.json b/IPython/nbformat/v3/nbformat.v3.schema.json index f51a9b2..8175853 100644 --- a/IPython/nbformat/v3/nbformat.v3.schema.json +++ b/IPython/nbformat/v3/nbformat.v3.schema.json @@ -51,6 +51,11 @@ "type": "integer", "minimum": 1 }, + "orig_nbformat_minor": { + "description": "Original notebook format (minor number) before converting the notebook between versions.", + "type": "integer", + "minimum": 0 + }, "worksheets" : { "description": "Array of worksheets", "type": "array",