diff options
-rw-r--r-- | JSONSchema/bc-filler-schema.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/JSONSchema/bc-filler-schema.json b/JSONSchema/bc-filler-schema.json index a5306c5c3..b002f43ae 100644 --- a/JSONSchema/bc-filler-schema.json +++ b/JSONSchema/bc-filler-schema.json @@ -313,6 +313,9 @@ }, "type": "array" }, + "network": { + "type": "string" + }, "expect": { "patternProperties": { "^0x[0-9a-f]*": { |