Show More
@@ -45,33 +45,13 b'' | |||||
45 | "id": "orig_nbformat", |
|
45 | "id": "orig_nbformat", | |
46 | "required": false |
|
46 | "required": false | |
47 | }, |
|
47 | }, | |
48 | "worksheets": { |
|
|||
49 | "description": "Array of worksheet, not used by the current implementation of ipython yet", |
|
|||
50 | "type": "array", |
|
|||
51 | "id": "worksheets", |
|
|||
52 | "required": true, |
|
|||
53 | "items": {"$ref": "/worksheet"} |
|
|||
54 | } |
|
|||
55 | } |
|
|||
56 | }, |
|
|||
57 |
|
||||
58 | "worksheet": { |
|
|||
59 | "additionalProperties": false, |
|
|||
60 | "properties":{ |
|
|||
61 | "cells": { |
|
48 | "cells": { | |
62 | "type": "array", |
|
|||
63 | "$schema": "http://json-schema.org/draft-03/schema", |
|
49 | "$schema": "http://json-schema.org/draft-03/schema", | |
64 | "description": "array of cells of the current worksheet", |
|
50 | "description": "array of cells of the current worksheet", | |
|
51 | "type": "array", | |||
65 | "id": "#cells", |
|
52 | "id": "#cells", | |
66 | "required": true, |
|
53 | "required": true, | |
67 | "items": {"$ref": "/any_cell"} |
|
54 | "items": {"$ref": "/any_cell"} | |
68 |
|
||||
69 | }, |
|
|||
70 | "metadata": { |
|
|||
71 | "type": "object", |
|
|||
72 | "description": "metadata of the current worksheet", |
|
|||
73 | "id": "metadata", |
|
|||
74 | "required": false |
|
|||
75 | } |
|
55 | } | |
76 | } |
|
56 | } | |
77 | }, |
|
57 | }, |
General Comments 0
You need to be logged in to leave comments.
Login now