@@ -4,7 +4,6 @@ exports[`schema should match snapshot 1`] = `
4
4
Object {
5
5
" $id" : " http://example.com/example.json" ,
6
6
" $schema" : " http://json-schema.org/draft-07/schema" ,
7
- " additionalProperties" : false ,
8
7
" default" : Object {},
9
8
" properties" : Object {
10
9
" $schema" : Object {
@@ -25,7 +24,6 @@ Object {
25
24
],
26
25
" items" : Object {
27
26
" $id" : " #/properties/chaincodes/items" ,
28
- " additionalProperties" : false ,
29
27
" properties" : Object {
30
28
" channel" : Object {
31
29
" $id" : " #/properties/chaincodes/items/properties/channel" ,
@@ -83,7 +81,6 @@ Object {
83
81
" $id" : " #/properties/chaincodes/items/properties/privateData" ,
84
82
" items" : Object {
85
83
" $id" : " #/properties/chaincodes/items/properties/privateData/items" ,
86
- " additionalProperties" : false ,
87
84
" properties" : Object {
88
85
" name" : Object {
89
86
" $id" : " #/properties/chaincodes/items/properties/privateData/items/properties/name" ,
@@ -171,7 +168,6 @@ Object {
171
168
],
172
169
" items" : Object {
173
170
" $id" : " #/properties/channels/items" ,
174
- " additionalProperties" : false ,
175
171
" properties" : Object {
176
172
" name" : Object {
177
173
" $id" : " #/properties/channels/items/properties/name" ,
@@ -189,7 +185,6 @@ Object {
189
185
" $id" : " #/properties/channels/items/properties/orgs" ,
190
186
" items" : Object {
191
187
" $id" : " #/properties/channels/items/properties/orgs/items" ,
192
- " additionalProperties" : false ,
193
188
" properties" : Object {
194
189
" name" : Object {
195
190
" $id" : " #/properties/channels/items/properties/orgs/items/properties/name" ,
@@ -242,7 +237,6 @@ Object {
242
237
},
243
238
" global" : Object {
244
239
" $id" : " #/properties/global" ,
245
- " additionalProperties" : false ,
246
240
" description" : " Basic settings of the Hyperledger Fabric network" ,
247
241
" properties" : Object {
248
242
" fabricVersion" : Object {
@@ -283,7 +277,6 @@ Object {
283
277
},
284
278
" monitoring" : Object {
285
279
" $id" : " #/properties/monitoring" ,
286
- " additionalProperties" : false ,
287
280
" description" : " Optional settings for monitoring purposes" ,
288
281
" properties" : Object {
289
282
" loglevel" : Object {
@@ -331,7 +324,6 @@ Object {
331
324
},
332
325
" hooks" : Object {
333
326
" $id" : " #/properties/hooks" ,
334
- " additionalProperties" : false ,
335
327
" description" : " Operations (bash scripts or commands) that should be executed after specific events. The PWD for the Hooks is set to 'fablo-target' directory" ,
336
328
" properties" : Object {
337
329
" postGenerate" : Object {
@@ -380,11 +372,9 @@ Object {
380
372
],
381
373
" items" : Object {
382
374
" $id" : " #/properties/orgs/items" ,
383
- " additionalProperties" : false ,
384
375
" properties" : Object {
385
376
" ca" : Object {
386
377
" $id" : " #/properties/orgs/items/properties/ca" ,
387
- " additionalProperties" : false ,
388
378
" properties" : Object {
389
379
" db" : Object {
390
380
" $id" : " #/properties/orgs/items/properties/ca/properties/db" ,
@@ -418,7 +408,6 @@ Object {
418
408
],
419
409
" items" : Object {
420
410
" $id" : " #/properties/orgs/items/properties/orderers/items" ,
421
- " additionalProperties" : false ,
422
411
" properties" : Object {
423
412
" groupName" : Object {
424
413
" $id" : " #/properties/orgs/items/properties/orderers/items/properties/groupName" ,
@@ -463,7 +452,6 @@ Object {
463
452
},
464
453
" organization" : Object {
465
454
" $id" : " #/properties/orgs/items/properties/organization" ,
466
- " additionalProperties" : false ,
467
455
" properties" : Object {
468
456
" domain" : Object {
469
457
" $id" : " #/properties/orgs/items/properties/organization/properties/domain" ,
@@ -493,7 +481,6 @@ Object {
493
481
},
494
482
" peer" : Object {
495
483
" $id" : " #/properties/orgs/items/properties/peer" ,
496
- " additionalProperties" : false ,
497
484
" properties" : Object {
498
485
" anchorPeerInstances" : Object {
499
486
" $id" : " #/properties/orgs/items/properties/peer/properties/anchorPeerInstances" ,
@@ -533,7 +520,6 @@ Object {
533
520
},
534
521
" tools" : Object {
535
522
" $id" : " #/properties/orgs/items/properties/tools" ,
536
- " additionalProperties" : false ,
537
523
" properties" : Object {
538
524
" explorer" : Object {
539
525
" $id" : " #/properties/orgs/items/properties/tools/properties/explorer" ,
0 commit comments