From a0fb312d00c6b8e0b92fc0653d3e2fdda8cfefdd 2014-06-09 18:52:05 From: Jessica B. Hamrick Date: 2014-06-09 18:52:05 Subject: [PATCH] Make notebook signature optional --- 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 } } },