Skip to content

Commit 7af9909

Browse files
authored
Update nbformat.v4.5.schema.json
add the `properties` key to the v4 schema to conform with the json metaschema
1 parent f2123c3 commit 7af9909

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

nbformat/v4/nbformat.v4.5.schema.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,15 @@
211211
"description": "Official Jupyter Metadata for Code Cells",
212212
"type": "object",
213213
"additionalProperties": true,
214-
"source_hidden": {
215-
"description": "Whether the source is hidden.",
216-
"type": "boolean"
217-
},
218-
"outputs_hidden": {
219-
"description": "Whether the outputs are hidden.",
220-
"type": "boolean"
214+
"properties: {
215+
"source_hidden": {
216+
"description": "Whether the source is hidden.",
217+
"type": "boolean"
218+
},
219+
"outputs_hidden": {
220+
"description": "Whether the outputs are hidden.",
221+
"type": "boolean"
222+
}
221223
}
222224
},
223225
"execution": {

0 commit comments

Comments
 (0)