##// END OF EJS Templates
Rename v3 --> v4 within json
Jessica B. Hamrick -
Show More
@@ -2,7 +2,7
2 "description": "custom json structure with references to generate notebook schema",
2 "description": "custom json structure with references to generate notebook schema",
3 "notebook":{
3 "notebook":{
4 "type": "object",
4 "type": "object",
5 "description": "notebook v3.0 root schema",
5 "description": "notebook v4.0 root schema",
6 "$schema": "http://json-schema.org/draft-03/schema",
6 "$schema": "http://json-schema.org/draft-03/schema",
7 "id": "#notebook",
7 "id": "#notebook",
8 "required": true,
8 "required": true,
@@ -34,7 +34,7
34 "nbformat": {
34 "nbformat": {
35 "description": "Notebook format, major number. Incremented between backward incompatible change is introduced.",
35 "description": "Notebook format, major number. Incremented between backward incompatible change is introduced.",
36 "type": "integer",
36 "type": "integer",
37 "minimum": 3,
37 "minimum": 4,
38 "id": "nbformat",
38 "id": "nbformat",
39 "required": true
39 "required": true
40 },
40 },
General Comments 0
You need to be logged in to leave comments. Login now