aboutsummaryrefslogtreecommitdiffstats
path: root/JSONSchema/bc-schema.json
diff options
context:
space:
mode:
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
+}