Skip to content

Commit

Permalink
rf(schema): Remove indirection in context description
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jul 10, 2024
1 parent 0de1822 commit f988041
Show file tree
Hide file tree
Showing 2 changed files with 337 additions and 343 deletions.
9 changes: 2 additions & 7 deletions src/metaschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,8 @@
"additionalProperties": false
},
"context": {
"type": "object",
"properties": {
"context": {
"description": "The context object is itself JSON schema",
"$ref": "http://json-schema.org/draft-07/schema#"
}
}
"description": "The context object is itself JSON schema",
"$ref": "http://json-schema.org/draft-07/schema#"
},
"expression_tests": {
"type": "array",
Expand Down
Loading

0 comments on commit f988041

Please sign in to comment.