aboutsummaryrefslogtreecommitdiffstats
path: root/JSONSchema/bc-schema.json
diff options
context:
space:
mode:
authorEverett Hildenbrandt <hildenb2@illinois.edu>2018-05-31 03:12:31 +0800
committerEverett Hildenbrandt <hildenb2@illinois.edu>2018-05-31 22:37:30 +0800
commit2753667b68af77e59b6f89cbc16a8942455e7633 (patch)
tree413677e6f5f5646ac1721fa0f7e30e29fcbb192d /JSONSchema/bc-schema.json
parent6496a2e859acd373abfb6fec745caa3bc3fb52c3 (diff)
downloadtangerine-tests-2753667b68af77e59b6f89cbc16a8942455e7633.tar
tangerine-tests-2753667b68af77e59b6f89cbc16a8942455e7633.tar.gz
tangerine-tests-2753667b68af77e59b6f89cbc16a8942455e7633.tar.bz2
tangerine-tests-2753667b68af77e59b6f89cbc16a8942455e7633.tar.lz
tangerine-tests-2753667b68af77e59b6f89cbc16a8942455e7633.tar.xz
tangerine-tests-2753667b68af77e59b6f89cbc16a8942455e7633.tar.zst
tangerine-tests-2753667b68af77e59b6f89cbc16a8942455e7633.zip
JSONSchema/*: add _info block to schemas to require filler information
Diffstat (limited to 'JSONSchema/bc-schema.json')
-rw-r--r--JSONSchema/bc-schema.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/JSONSchema/bc-schema.json b/JSONSchema/bc-schema.json
index 35625af8c..729638d1a 100644
--- a/JSONSchema/bc-schema.json
+++ b/JSONSchema/bc-schema.json
@@ -271,6 +271,9 @@
"patternProperties": {
"^.*$": {
"properties": {
+ "_info": {
+ "$ref": "#/definitions/Info"
+ },
"blocks": {
"items": {
"$ref": "#/definitions/Block"
@@ -311,4 +314,4 @@
"type": "object"
}
}
-} \ No newline at end of file
+}