##// END OF EJS Templates
Make notebook signature optional
Jessica B. Hamrick -
Show More
@@ -22,10 +22,9 b''
22 22 "additionalProperties": true
23 23 },
24 24 "signature": {
25 "description": "SHA256 hash of the notebook.",
25 "description": "Hash of the notebook.",
26 26 "type": "string",
27 "required": true,
28 "pattern": "^sha256:[0-9a-f]{64}$"
27 "required": false
29 28 }
30 29 }
31 30 },
General Comments 0
You need to be logged in to leave comments. Login now