Skip to content

Commit

Permalink
Merge pull request #62 from gnestor/json-top-level-array
Browse files Browse the repository at this point in the history
Allow top-level arrays for "application/*json" mime type
  • Loading branch information
minrk committed Nov 16, 2016
2 parents 1eaa2e8 + 371aac1 commit 8a219a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nbformat/v4/nbformat.v4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,7 @@
},
"patternProperties": {
"^application/([a-zA-Z0-9.]+\\+)?json$": {
"description": "Mimetypes with JSON output, can be an object",
"type": "object"
"description": "Mimetypes with JSON output, can be any type"
}
}
},
Expand Down

0 comments on commit 8a219a5

Please sign in to comment.