Skip to content

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
winsvega committed Feb 4, 2020
1 parent 3f236f3 commit 581afd3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion JSONSchema/bc-filler-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"//comment": {
"type": "string"
},
"invalidTransactionsCount": {
"//blocknumber": {
"type": "string"
},
"donotimportonclient": {
"type": "string"
},
"blockHeader": {
Expand Down Expand Up @@ -200,6 +203,9 @@
"$ref": "#/definitions/IntegerOrEmptyOrConfusedHex"
},
"type": "array"
},
"invalid": {
"type": "string"
}
},
"required": [
Expand Down

0 comments on commit 581afd3

Please sign in to comment.