Skip to content

Commit

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

0 comments on commit 0de1822

Please sign in to comment.