Skip to content

Commit

Permalink
Merge pull request #2 from tonyfast/patch-1
Browse files Browse the repository at this point in the history
change schema draft to draft2020-12
  • Loading branch information
Filip Schouwenaars authored Mar 23, 2023
2 parents 9092dae + 025147d commit 8fe3c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 97-add-schema/add-schema-to-notebook-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The following changes are made to the existing v4.5 schema:
{
- "$schema": "http://json-schema.org/draft-04/schema#",
- "description": "Jupyter Notebook v4.5 JSON schema.",
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "$id": "https://jupyter.org/schema/notebook/4.6/notebook-4.6.schema.json",
+ "description": "Jupyter Notebook v4.6 JSON schema.",
"type": "object",
Expand Down Expand Up @@ -80,7 +80,7 @@ The following changes are made to the existing v4.5 schema:

```json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://jupyter.org/schema/notebook/4.6/notebook-4.6.schema.json",
"description": "Jupyter Notebook v4.6 JSON schema.",
"type": "object",
Expand Down

0 comments on commit 8fe3c7d

Please sign in to comment.