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",