diff --git a/IPython/nbformat/v4/v4.withref.json b/IPython/nbformat/v4/v4.withref.json index 3aa3f7b..9c67afe 100644 --- a/IPython/nbformat/v4/v4.withref.json +++ b/IPython/nbformat/v4/v4.withref.json @@ -38,7 +38,8 @@ "description": "Notebook format (major number). Incremented between backwards incompatible changes to the notebook format.", "type": "integer", "required": true, - "minimum": 4 + "minimum": 4, + "maximum": 4 }, "orig_nbformat": { "description": "Original notebook format (major number) before converting the notebook between versions.",