diff --git a/IPython/nbformat/v4/v4.withref.json b/IPython/nbformat/v4/v4.withref.json index 9757599..96ef1ad 100644 --- a/IPython/nbformat/v4/v4.withref.json +++ b/IPython/nbformat/v4/v4.withref.json @@ -22,10 +22,9 @@ "additionalProperties": true }, "signature": { - "description": "SHA256 hash of the notebook.", + "description": "Hash of the notebook.", "type": "string", - "required": true, - "pattern": "^sha256:[0-9a-f]{64}$" + "required": false } } },