File tree Expand file tree Collapse file tree 1 file changed +6
-20
lines changed Expand file tree Collapse file tree 1 file changed +6
-20
lines changed Original file line number Diff line number Diff line change @@ -6430,7 +6430,7 @@ var swaggerSpec =
6430
6430
"properties" : {
6431
6431
"data" : {
6432
6432
"type" : "string" ,
6433
- "description" : "The data to be stored on the decentralized storage facility. Max size 5mb "
6433
+ "description" : "The data to be stored on the decentralized storage facility. Max size 500kb. "
6434
6434
} ,
6435
6435
"storeLocations" : {
6436
6436
"type" : "array" ,
@@ -6442,15 +6442,8 @@ var swaggerSpec =
6442
6442
}
6443
6443
} ,
6444
6444
"StoreDataResponse" : {
6445
- "required" : [ "dataLocations " ] ,
6445
+ "required" : [ "storeLocations " ] ,
6446
6446
"properties" : {
6447
- "dataLocations" : {
6448
- "type" : "array" ,
6449
- "description" : "The data to be stored on the decentralized storage facility. Max size 5mb" ,
6450
- "items" : {
6451
- "type" : "string"
6452
- }
6453
- } ,
6454
6447
"storeLocations" : {
6455
6448
"type" : "array" ,
6456
6449
"description" : "Array of objects which describe where data is stored offchain" ,
@@ -6461,27 +6454,20 @@ var swaggerSpec =
6461
6454
} ,
6462
6455
"example" : {
6463
6456
"storeLocations" : [ {
6464
- "dataUrl" : "aeiou" ,
6465
- "dataProof" : "aeiou"
6466
- } ] ,
6467
- "dataLocations" : [ "aeiou" ]
6457
+ "dataUrl" : "aeiou"
6458
+ } ]
6468
6459
}
6469
6460
} ,
6470
6461
"DataStoreLocation" : {
6471
- "required" : [ "dataProof" , " dataUrl" ] ,
6462
+ "required" : [ "dataUrl" ] ,
6472
6463
"properties" : {
6473
- "dataProof" : {
6474
- "type" : "string" ,
6475
- "description" : "Hash of the data to be stored to help verify it hasn't been tampered with between creation and access."
6476
- } ,
6477
6464
"dataUrl" : {
6478
6465
"type" : "string" ,
6479
6466
"description" : "URL from which the data can be fetched"
6480
6467
}
6481
6468
} ,
6482
6469
"example" : {
6483
- "dataUrl" : "aeiou" ,
6484
- "dataProof" : "aeiou"
6470
+ "dataUrl" : "aeiou"
6485
6471
}
6486
6472
}
6487
6473
}
You can’t perform that action at this time.
0 commit comments