rclone-openapi 1.73.4 → 1.74.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/openapi.json +397 -1262
  2. package/openapi.yaml +266 -509
  3. package/package.json +4 -4
  4. package/types.d.ts +355 -355
package/openapi.json CHANGED
@@ -764,6 +764,42 @@
764
764
  "operationId": "coreCommand"
765
765
  }
766
766
  },
767
+ "/core/disks": {
768
+ "post": {
769
+ "summary": "List locally accessible paths",
770
+ "description": "Returns a list of locally accessible paths including mount points, user directories, and removable volumes.",
771
+ "tags": [],
772
+ "parameters": [
773
+ {
774
+ "$ref": "#/components/parameters/GlobalGroupParam"
775
+ },
776
+ {
777
+ "$ref": "#/components/parameters/GlobalAsyncParam"
778
+ }
779
+ ],
780
+ "requestBody": {
781
+ "content": {
782
+ "application/json": {
783
+ "schema": {
784
+ "$ref": "#/components/schemas/CoreDisksRequest"
785
+ }
786
+ }
787
+ }
788
+ },
789
+ "responses": {
790
+ "200": {
791
+ "$ref": "#/components/responses/CoreDisksResponse"
792
+ },
793
+ "4XX": {
794
+ "$ref": "#/components/responses/RcError"
795
+ },
796
+ "5XX": {
797
+ "$ref": "#/components/responses/RcError"
798
+ }
799
+ },
800
+ "operationId": "coreDisks"
801
+ }
802
+ },
767
803
  "/core/du": {
768
804
  "post": {
769
805
  "summary": "Report disk usage",
@@ -2761,9 +2797,7 @@
2761
2797
  "description": "Multipart form payload containing one or more files to upload.",
2762
2798
  "content": {
2763
2799
  "multipart/form-data": {
2764
- "schema": {
2765
- "nullable": true
2766
- }
2800
+ "schema": {}
2767
2801
  }
2768
2802
  }
2769
2803
  },
@@ -3661,7 +3695,7 @@
3661
3695
  },
3662
3696
  "responses": {
3663
3697
  "200": {
3664
- "$ref": "#/components/responses/EmptyResponse"
3698
+ "$ref": "#/components/responses/ServeTypesResponse"
3665
3699
  },
3666
3700
  "4XX": {
3667
3701
  "$ref": "#/components/responses/RcError"
@@ -4282,8 +4316,7 @@
4282
4316
  "description": "Remote name or path to clean up, for example `drive:`.",
4283
4317
  "schema": {
4284
4318
  "type": "string"
4285
- },
4286
- "required": true
4319
+ }
4287
4320
  },
4288
4321
  "Operations_CopyfilePostSrcFsParam": {
4289
4322
  "name": "srcFs",
@@ -4291,8 +4324,7 @@
4291
4324
  "description": "Source remote name or path, such as `drive:` or `/` for the local filesystem.",
4292
4325
  "schema": {
4293
4326
  "type": "string"
4294
- },
4295
- "required": true
4327
+ }
4296
4328
  },
4297
4329
  "Operations_CopyfilePostSrcRemoteParam": {
4298
4330
  "name": "srcRemote",
@@ -4300,8 +4332,7 @@
4300
4332
  "description": "Path to the source object within `srcFs`, for example `dir/file.txt`.",
4301
4333
  "schema": {
4302
4334
  "type": "string"
4303
- },
4304
- "required": true
4335
+ }
4305
4336
  },
4306
4337
  "Operations_CopyfilePostDstFsParam": {
4307
4338
  "name": "dstFs",
@@ -4309,8 +4340,7 @@
4309
4340
  "description": "Destination remote name or path, such as `drive2:` or `/` for local filesystem.",
4310
4341
  "schema": {
4311
4342
  "type": "string"
4312
- },
4313
- "required": true
4343
+ }
4314
4344
  },
4315
4345
  "Operations_CopyfilePostDstRemoteParam": {
4316
4346
  "name": "dstRemote",
@@ -4318,8 +4348,7 @@
4318
4348
  "description": "Target path within `dstFs` where the file should be written.",
4319
4349
  "schema": {
4320
4350
  "type": "string"
4321
- },
4322
- "required": true
4351
+ }
4323
4352
  },
4324
4353
  "Operations_CopyurlPostFsParam": {
4325
4354
  "name": "fs",
@@ -4327,8 +4356,7 @@
4327
4356
  "description": "Remote name or path that will receive the downloaded file, e.g. `drive:`.",
4328
4357
  "schema": {
4329
4358
  "type": "string"
4330
- },
4331
- "required": true
4359
+ }
4332
4360
  },
4333
4361
  "Operations_CopyurlPostRemoteParam": {
4334
4362
  "name": "remote",
@@ -4336,8 +4364,7 @@
4336
4364
  "description": "Destination path within `fs` where the fetched object will be stored.",
4337
4365
  "schema": {
4338
4366
  "type": "string"
4339
- },
4340
- "required": true
4367
+ }
4341
4368
  },
4342
4369
  "Operations_CopyurlPostUrlParam": {
4343
4370
  "name": "url",
@@ -4345,8 +4372,7 @@
4345
4372
  "description": "Source URL to fetch the object from.",
4346
4373
  "schema": {
4347
4374
  "type": "string"
4348
- },
4349
- "required": true
4375
+ }
4350
4376
  },
4351
4377
  "Operations_CopyurlPostAutoFilenameParam": {
4352
4378
  "name": "autoFilename",
@@ -4362,8 +4388,7 @@
4362
4388
  "description": "Remote name or path whose contents should be removed.",
4363
4389
  "schema": {
4364
4390
  "type": "string"
4365
- },
4366
- "required": true
4391
+ }
4367
4392
  },
4368
4393
  "Operations_DeletefilePostFsParam": {
4369
4394
  "name": "fs",
@@ -4371,8 +4396,7 @@
4371
4396
  "description": "Remote name or path that contains the file to delete.",
4372
4397
  "schema": {
4373
4398
  "type": "string"
4374
- },
4375
- "required": true
4399
+ }
4376
4400
  },
4377
4401
  "Operations_DeletefilePostRemoteParam": {
4378
4402
  "name": "remote",
@@ -4380,8 +4404,7 @@
4380
4404
  "description": "Exact path to the file within `fs` that should be deleted.",
4381
4405
  "schema": {
4382
4406
  "type": "string"
4383
- },
4384
- "required": true
4407
+ }
4385
4408
  },
4386
4409
  "Operations_FsinfoPostFsParam": {
4387
4410
  "name": "fs",
@@ -4389,8 +4412,7 @@
4389
4412
  "description": "Remote name or path to inspect, e.g. `drive:`.",
4390
4413
  "schema": {
4391
4414
  "type": "string"
4392
- },
4393
- "required": true
4415
+ }
4394
4416
  },
4395
4417
  "Operations_HashsumPostFsParam": {
4396
4418
  "name": "fs",
@@ -4398,8 +4420,7 @@
4398
4420
  "description": "Remote name or path to hash, such as `drive:` or `/`.",
4399
4421
  "schema": {
4400
4422
  "type": "string"
4401
- },
4402
- "required": true
4423
+ }
4403
4424
  },
4404
4425
  "Operations_HashsumPostHashTypeParam": {
4405
4426
  "name": "hashType",
@@ -4407,8 +4428,7 @@
4407
4428
  "description": "Hash algorithm to use, e.g. `md5`, `sha1`, or another supported name.",
4408
4429
  "schema": {
4409
4430
  "type": "string"
4410
- },
4411
- "required": true
4431
+ }
4412
4432
  },
4413
4433
  "Operations_HashsumPostDownloadParam": {
4414
4434
  "name": "download",
@@ -4432,8 +4452,7 @@
4432
4452
  "description": "Remote name or path containing the file to hash.",
4433
4453
  "schema": {
4434
4454
  "type": "string"
4435
- },
4436
- "required": true
4455
+ }
4437
4456
  },
4438
4457
  "Operations_HashsumfilePostRemoteParam": {
4439
4458
  "name": "remote",
@@ -4441,8 +4460,7 @@
4441
4460
  "description": "Path to the specific file within `fs` to hash.",
4442
4461
  "schema": {
4443
4462
  "type": "string"
4444
- },
4445
- "required": true
4463
+ }
4446
4464
  },
4447
4465
  "Operations_HashsumfilePostHashTypeParam": {
4448
4466
  "name": "hashType",
@@ -4450,8 +4468,7 @@
4450
4468
  "description": "Hash algorithm to use, e.g. `md5`, `sha1`, or another supported name.",
4451
4469
  "schema": {
4452
4470
  "type": "string"
4453
- },
4454
- "required": true
4471
+ }
4455
4472
  },
4456
4473
  "Operations_HashsumfilePostDownloadParam": {
4457
4474
  "name": "download",
@@ -4475,8 +4492,7 @@
4475
4492
  "description": "Source remote name or path containing the file to move.",
4476
4493
  "schema": {
4477
4494
  "type": "string"
4478
- },
4479
- "required": true
4495
+ }
4480
4496
  },
4481
4497
  "Operations_MovefilePostSrcRemoteParam": {
4482
4498
  "name": "srcRemote",
@@ -4484,8 +4500,7 @@
4484
4500
  "description": "Path to the source object within `srcFs`.",
4485
4501
  "schema": {
4486
4502
  "type": "string"
4487
- },
4488
- "required": true
4503
+ }
4489
4504
  },
4490
4505
  "Operations_MovefilePostDstFsParam": {
4491
4506
  "name": "dstFs",
@@ -4493,8 +4508,7 @@
4493
4508
  "description": "Destination remote name or path where the file will be moved.",
4494
4509
  "schema": {
4495
4510
  "type": "string"
4496
- },
4497
- "required": true
4511
+ }
4498
4512
  },
4499
4513
  "Operations_MovefilePostDstRemoteParam": {
4500
4514
  "name": "dstRemote",
@@ -4502,8 +4516,7 @@
4502
4516
  "description": "Destination path within `dstFs` for the moved object.",
4503
4517
  "schema": {
4504
4518
  "type": "string"
4505
- },
4506
- "required": true
4519
+ }
4507
4520
  },
4508
4521
  "Operations_PubliclinkPostFsParam": {
4509
4522
  "name": "fs",
@@ -4511,8 +4524,7 @@
4511
4524
  "description": "Remote name or path hosting the object for which to manage a public link.",
4512
4525
  "schema": {
4513
4526
  "type": "string"
4514
- },
4515
- "required": true
4527
+ }
4516
4528
  },
4517
4529
  "Operations_PubliclinkPostRemoteParam": {
4518
4530
  "name": "remote",
@@ -4520,8 +4532,7 @@
4520
4532
  "description": "Path within `fs` to the object for which to create or remove a public link.",
4521
4533
  "schema": {
4522
4534
  "type": "string"
4523
- },
4524
- "required": true
4535
+ }
4525
4536
  },
4526
4537
  "Operations_PubliclinkPostUnlinkParam": {
4527
4538
  "name": "unlink",
@@ -4545,8 +4556,7 @@
4545
4556
  "description": "Remote name or path to scan for empty directories.",
4546
4557
  "schema": {
4547
4558
  "type": "string"
4548
- },
4549
- "required": true
4559
+ }
4550
4560
  },
4551
4561
  "Operations_RmdirsPostRemoteParam": {
4552
4562
  "name": "remote",
@@ -4554,8 +4564,7 @@
4554
4564
  "description": "Path within `fs` whose empty subdirectories should be removed.",
4555
4565
  "schema": {
4556
4566
  "type": "string"
4557
- },
4558
- "required": true
4567
+ }
4559
4568
  },
4560
4569
  "Operations_RmdirsPostLeaveRootParam": {
4561
4570
  "name": "leaveRoot",
@@ -4571,8 +4580,7 @@
4571
4580
  "description": "Remote name or path whose storage class tier should be changed.",
4572
4581
  "schema": {
4573
4582
  "type": "string"
4574
- },
4575
- "required": true
4583
+ }
4576
4584
  },
4577
4585
  "Operations_SettierfilePostFsParam": {
4578
4586
  "name": "fs",
@@ -4580,8 +4588,7 @@
4580
4588
  "description": "Remote name or path that contains the object whose tier should change.",
4581
4589
  "schema": {
4582
4590
  "type": "string"
4583
- },
4584
- "required": true
4591
+ }
4585
4592
  },
4586
4593
  "Operations_SettierfilePostRemoteParam": {
4587
4594
  "name": "remote",
@@ -4589,8 +4596,7 @@
4589
4596
  "description": "Path within `fs` to the object whose storage class tier should be updated.",
4590
4597
  "schema": {
4591
4598
  "type": "string"
4592
- },
4593
- "required": true
4599
+ }
4594
4600
  },
4595
4601
  "Operations_SizePostFsParam": {
4596
4602
  "name": "fs",
@@ -4598,8 +4604,7 @@
4598
4604
  "description": "Remote name or path to measure aggregate size information for.",
4599
4605
  "schema": {
4600
4606
  "type": "string"
4601
- },
4602
- "required": true
4607
+ }
4603
4608
  },
4604
4609
  "Core_BwlimitPostRateParam": {
4605
4610
  "name": "rate",
@@ -4615,8 +4620,7 @@
4615
4620
  "description": "Name of the rclone command to execute, for example `ls` or `lsf`.",
4616
4621
  "schema": {
4617
4622
  "type": "string"
4618
- },
4619
- "required": true
4623
+ }
4620
4624
  },
4621
4625
  "Core_CommandPostArgParam": {
4622
4626
  "name": "arg",
@@ -4661,8 +4665,7 @@
4661
4665
  "description": "Plain-text string to obscure for storage in the config file.",
4662
4666
  "schema": {
4663
4667
  "type": "string"
4664
- },
4665
- "required": true
4668
+ }
4666
4669
  },
4667
4670
  "Core_QuitPostExitCodeParam": {
4668
4671
  "name": "exitCode",
@@ -4678,8 +4681,7 @@
4678
4681
  "description": "Stats group identifier to remove.",
4679
4682
  "schema": {
4680
4683
  "type": "string"
4681
- },
4682
- "required": true
4684
+ }
4683
4685
  },
4684
4686
  "Core_StatsPostGroupParam": {
4685
4687
  "name": "group",
@@ -4719,8 +4721,7 @@
4719
4721
  "description": "Sampling interval in nanoseconds for blocking profile collection; use 1 to capture all events.",
4720
4722
  "schema": {
4721
4723
  "type": "integer"
4722
- },
4723
- "required": true
4724
+ }
4724
4725
  },
4725
4726
  "Debug_SetGcPercentPostGcPercentParam": {
4726
4727
  "name": "gc-percent",
@@ -4728,8 +4729,7 @@
4728
4729
  "description": "Target percentage of newly allocated data to trigger garbage collection.",
4729
4730
  "schema": {
4730
4731
  "type": "integer"
4731
- },
4732
- "required": true
4732
+ }
4733
4733
  },
4734
4734
  "Debug_SetMutexProfileFractionPostRateParam": {
4735
4735
  "name": "rate",
@@ -4737,8 +4737,7 @@
4737
4737
  "description": "Sampling fraction for mutex contention profiling; set to 0 to disable.",
4738
4738
  "schema": {
4739
4739
  "type": "integer"
4740
- },
4741
- "required": true
4740
+ }
4742
4741
  },
4743
4742
  "Debug_SetSoftMemoryLimitPostMemLimitParam": {
4744
4743
  "name": "mem-limit",
@@ -4746,8 +4745,7 @@
4746
4745
  "description": "Soft memory limit for the Go runtime in bytes.",
4747
4746
  "schema": {
4748
4747
  "type": "integer"
4749
- },
4750
- "required": true
4748
+ }
4751
4749
  },
4752
4750
  "Mount_MountPostFsParam": {
4753
4751
  "name": "fs",
@@ -4755,8 +4753,7 @@
4755
4753
  "description": "Remote path to mount, such as `drive:` or `remote:subdir`.",
4756
4754
  "schema": {
4757
4755
  "type": "string"
4758
- },
4759
- "required": true
4756
+ }
4760
4757
  },
4761
4758
  "Mount_MountPostMountPointParam": {
4762
4759
  "name": "mountPoint",
@@ -4764,8 +4761,7 @@
4764
4761
  "description": "Absolute local path where the remote should be mounted.",
4765
4762
  "schema": {
4766
4763
  "type": "string"
4767
- },
4768
- "required": true
4764
+ }
4769
4765
  },
4770
4766
  "Mount_MountPostMountTypeParam": {
4771
4767
  "name": "mountType",
@@ -4797,8 +4793,7 @@
4797
4793
  "description": "Local mount point path to unmount.",
4798
4794
  "schema": {
4799
4795
  "type": "string"
4800
- },
4801
- "required": true
4796
+ }
4802
4797
  },
4803
4798
  "Rc_NoopauthPostAdditionalParam": {
4804
4799
  "name": "params",
@@ -4828,8 +4823,7 @@
4828
4823
  "description": "Backend-specific command to invoke.",
4829
4824
  "schema": {
4830
4825
  "type": "string"
4831
- },
4832
- "required": true
4826
+ }
4833
4827
  },
4834
4828
  "Backend_CommandPostFsParam": {
4835
4829
  "name": "fs",
@@ -4866,8 +4860,7 @@
4866
4860
  "description": "Remote path to expire from the cache, e.g. `remote:path/to/dir`.",
4867
4861
  "schema": {
4868
4862
  "type": "string"
4869
- },
4870
- "required": true
4863
+ }
4871
4864
  },
4872
4865
  "Cache_ExpirePostWithDataParam": {
4873
4866
  "name": "withData",
@@ -4902,8 +4895,7 @@
4902
4895
  "description": "Name of the new remote configuration.",
4903
4896
  "schema": {
4904
4897
  "type": "string"
4905
- },
4906
- "required": true
4898
+ }
4907
4899
  },
4908
4900
  "Config_CreatePostParametersParam": {
4909
4901
  "name": "parameters",
@@ -4911,8 +4903,7 @@
4911
4903
  "description": "JSON object of configuration key/value pairs required for the remote.",
4912
4904
  "schema": {
4913
4905
  "type": "string"
4914
- },
4915
- "required": true
4906
+ }
4916
4907
  },
4917
4908
  "Config_CreatePostTypeParam": {
4918
4909
  "name": "type",
@@ -4920,8 +4911,7 @@
4920
4911
  "description": "Backend type identifier, such as `drive`, `s3`, or `dropbox`.",
4921
4912
  "schema": {
4922
4913
  "type": "string"
4923
- },
4924
- "required": true
4914
+ }
4925
4915
  },
4926
4916
  "Config_CreatePostOptParam": {
4927
4917
  "name": "opt",
@@ -4937,8 +4927,7 @@
4937
4927
  "description": "Name of the remote configuration to delete.",
4938
4928
  "schema": {
4939
4929
  "type": "string"
4940
- },
4941
- "required": true
4930
+ }
4942
4931
  },
4943
4932
  "Config_GetPostNameParam": {
4944
4933
  "name": "name",
@@ -4946,8 +4935,7 @@
4946
4935
  "description": "Name of the remote configuration to fetch.",
4947
4936
  "schema": {
4948
4937
  "type": "string"
4949
- },
4950
- "required": true
4938
+ }
4951
4939
  },
4952
4940
  "Config_PasswordPostNameParam": {
4953
4941
  "name": "name",
@@ -4955,8 +4943,7 @@
4955
4943
  "description": "Name of the remote whose secrets should be updated.",
4956
4944
  "schema": {
4957
4945
  "type": "string"
4958
- },
4959
- "required": true
4946
+ }
4960
4947
  },
4961
4948
  "Config_PasswordPostParametersParam": {
4962
4949
  "name": "parameters",
@@ -4964,8 +4951,7 @@
4964
4951
  "description": "JSON object of password answers, typically including `pass`.",
4965
4952
  "schema": {
4966
4953
  "type": "string"
4967
- },
4968
- "required": true
4954
+ }
4969
4955
  },
4970
4956
  "Config_SetpathPostPathParam": {
4971
4957
  "name": "path",
@@ -4973,8 +4959,7 @@
4973
4959
  "description": "Absolute path to the `rclone.conf` file that rclone should use.",
4974
4960
  "schema": {
4975
4961
  "type": "string"
4976
- },
4977
- "required": true
4962
+ }
4978
4963
  },
4979
4964
  "Config_UnlockPostConfigPasswordParam": {
4980
4965
  "name": "configPassword",
@@ -4982,8 +4967,7 @@
4982
4967
  "description": "Password used to unlock an encrypted config file.",
4983
4968
  "schema": {
4984
4969
  "type": "string"
4985
- },
4986
- "required": true
4970
+ }
4987
4971
  },
4988
4972
  "Config_UpdatePostNameParam": {
4989
4973
  "name": "name",
@@ -4991,8 +4975,7 @@
4991
4975
  "description": "Name of the remote configuration to update.",
4992
4976
  "schema": {
4993
4977
  "type": "string"
4994
- },
4995
- "required": true
4978
+ }
4996
4979
  },
4997
4980
  "Config_UpdatePostParametersParam": {
4998
4981
  "name": "parameters",
@@ -5000,8 +4983,7 @@
5000
4983
  "description": "JSON object of configuration key/value pairs to apply to the remote.",
5001
4984
  "schema": {
5002
4985
  "type": "string"
5003
- },
5004
- "required": true
4986
+ }
5005
4987
  },
5006
4988
  "Config_UpdatePostOptParam": {
5007
4989
  "name": "opt",
@@ -5017,8 +4999,7 @@
5017
4999
  "description": "Numeric identifier of the job to query, as returned from an async call.",
5018
5000
  "schema": {
5019
5001
  "type": "number"
5020
- },
5021
- "required": true
5002
+ }
5022
5003
  },
5023
5004
  "Job_StopPostJobidParam": {
5024
5005
  "name": "jobid",
@@ -5026,8 +5007,7 @@
5026
5007
  "description": "Numeric identifier of the job to cancel.",
5027
5008
  "schema": {
5028
5009
  "type": "number"
5029
- },
5030
- "required": true
5010
+ }
5031
5011
  },
5032
5012
  "Job_StopgroupPostGroupParam": {
5033
5013
  "name": "group",
@@ -5035,8 +5015,7 @@
5035
5015
  "description": "Stats group name whose active jobs should be stopped.",
5036
5016
  "schema": {
5037
5017
  "type": "string"
5038
- },
5039
- "required": true
5018
+ }
5040
5019
  },
5041
5020
  "Operations_ListPostFsParam": {
5042
5021
  "name": "fs",
@@ -5044,8 +5023,7 @@
5044
5023
  "description": "Remote name or path to list, for example `drive:`.",
5045
5024
  "schema": {
5046
5025
  "type": "string"
5047
- },
5048
- "required": true
5026
+ }
5049
5027
  },
5050
5028
  "Operations_ListPostRemoteParam": {
5051
5029
  "name": "remote",
@@ -5053,8 +5031,7 @@
5053
5031
  "description": "Directory path within `fs` to list; leave empty to target the root.",
5054
5032
  "schema": {
5055
5033
  "type": "string"
5056
- },
5057
- "required": true
5034
+ }
5058
5035
  },
5059
5036
  "Operations_ListPostOptParam": {
5060
5037
  "name": "opt",
@@ -5155,8 +5132,7 @@
5155
5132
  "description": "Remote name or path that contains the item to inspect.",
5156
5133
  "schema": {
5157
5134
  "type": "string"
5158
- },
5159
- "required": true
5135
+ }
5160
5136
  },
5161
5137
  "Operations_StatPostRemoteParam": {
5162
5138
  "name": "remote",
@@ -5164,8 +5140,7 @@
5164
5140
  "description": "Path to the file or directory within `fs` to describe.",
5165
5141
  "schema": {
5166
5142
  "type": "string"
5167
- },
5168
- "required": true
5143
+ }
5169
5144
  },
5170
5145
  "Operations_StatPostOptParam": {
5171
5146
  "name": "opt",
@@ -5181,8 +5156,7 @@
5181
5156
  "description": "Remote name or path to query for capacity information.",
5182
5157
  "schema": {
5183
5158
  "type": "string"
5184
- },
5185
- "required": true
5159
+ }
5186
5160
  },
5187
5161
  "Operations_PurgePostFsParam": {
5188
5162
  "name": "fs",
@@ -5190,8 +5164,7 @@
5190
5164
  "description": "Remote name or path from which to remove all contents.",
5191
5165
  "schema": {
5192
5166
  "type": "string"
5193
- },
5194
- "required": true
5167
+ }
5195
5168
  },
5196
5169
  "Operations_PurgePostRemoteParam": {
5197
5170
  "name": "remote",
@@ -5199,8 +5172,7 @@
5199
5172
  "description": "Path within `fs` whose contents should be purged.",
5200
5173
  "schema": {
5201
5174
  "type": "string"
5202
- },
5203
- "required": true
5175
+ }
5204
5176
  },
5205
5177
  "Operations_UploadfilePostFsParam": {
5206
5178
  "name": "fs",
@@ -5208,8 +5180,7 @@
5208
5180
  "description": "Remote name or path where the uploaded file should be stored.",
5209
5181
  "schema": {
5210
5182
  "type": "string"
5211
- },
5212
- "required": true
5183
+ }
5213
5184
  },
5214
5185
  "Operations_UploadfilePostRemoteParam": {
5215
5186
  "name": "remote",
@@ -5217,8 +5188,7 @@
5217
5188
  "description": "Destination path within `fs` for the uploaded file.",
5218
5189
  "schema": {
5219
5190
  "type": "string"
5220
- },
5221
- "required": true
5191
+ }
5222
5192
  },
5223
5193
  "Operations_MkdirPostFsParam": {
5224
5194
  "name": "fs",
@@ -5226,8 +5196,7 @@
5226
5196
  "description": "Remote name or path in which to create a directory.",
5227
5197
  "schema": {
5228
5198
  "type": "string"
5229
- },
5230
- "required": true
5199
+ }
5231
5200
  },
5232
5201
  "Operations_MkdirPostRemoteParam": {
5233
5202
  "name": "remote",
@@ -5235,8 +5204,7 @@
5235
5204
  "description": "Directory path within `fs` to create.",
5236
5205
  "schema": {
5237
5206
  "type": "string"
5238
- },
5239
- "required": true
5207
+ }
5240
5208
  },
5241
5209
  "Operations_RmdirPostFsParam": {
5242
5210
  "name": "fs",
@@ -5244,8 +5212,7 @@
5244
5212
  "description": "Remote name or path containing the directory to remove.",
5245
5213
  "schema": {
5246
5214
  "type": "string"
5247
- },
5248
- "required": true
5215
+ }
5249
5216
  },
5250
5217
  "Operations_RmdirPostRemoteParam": {
5251
5218
  "name": "remote",
@@ -5253,8 +5220,7 @@
5253
5220
  "description": "Directory path within `fs` to delete.",
5254
5221
  "schema": {
5255
5222
  "type": "string"
5256
- },
5257
- "required": true
5223
+ }
5258
5224
  },
5259
5225
  "Operations_CheckPostSrcFsParam": {
5260
5226
  "name": "srcFs",
@@ -5262,8 +5228,7 @@
5262
5228
  "description": "Source remote name or path to verify, e.g. `drive:`.",
5263
5229
  "schema": {
5264
5230
  "type": "string"
5265
- },
5266
- "required": true
5231
+ }
5267
5232
  },
5268
5233
  "Operations_CheckPostDstFsParam": {
5269
5234
  "name": "dstFs",
@@ -5271,8 +5236,7 @@
5271
5236
  "description": "Destination remote name or path that should match the source.",
5272
5237
  "schema": {
5273
5238
  "type": "string"
5274
- },
5275
- "required": true
5239
+ }
5276
5240
  },
5277
5241
  "Operations_CheckPostDownloadParam": {
5278
5242
  "name": "download",
@@ -5368,8 +5332,7 @@
5368
5332
  "description": "Source remote path to sync from, e.g. `drive:src`.",
5369
5333
  "schema": {
5370
5334
  "type": "string"
5371
- },
5372
- "required": true
5335
+ }
5373
5336
  },
5374
5337
  "Sync_SyncPostDstFsParam": {
5375
5338
  "name": "dstFs",
@@ -5377,8 +5340,7 @@
5377
5340
  "description": "Destination remote path to sync to, e.g. `drive:dst`.",
5378
5341
  "schema": {
5379
5342
  "type": "string"
5380
- },
5381
- "required": true
5343
+ }
5382
5344
  },
5383
5345
  "Sync_SyncPostCreateEmptySrcDirsParam": {
5384
5346
  "name": "createEmptySrcDirs",
@@ -5394,8 +5356,7 @@
5394
5356
  "description": "Source remote path to copy from.",
5395
5357
  "schema": {
5396
5358
  "type": "string"
5397
- },
5398
- "required": true
5359
+ }
5399
5360
  },
5400
5361
  "Sync_CopyPostDstFsParam": {
5401
5362
  "name": "dstFs",
@@ -5403,8 +5364,7 @@
5403
5364
  "description": "Destination remote path to copy to.",
5404
5365
  "schema": {
5405
5366
  "type": "string"
5406
- },
5407
- "required": true
5367
+ }
5408
5368
  },
5409
5369
  "Sync_CopyPostCreateEmptySrcDirsParam": {
5410
5370
  "name": "createEmptySrcDirs",
@@ -5420,8 +5380,7 @@
5420
5380
  "description": "Source remote path whose contents will be moved.",
5421
5381
  "schema": {
5422
5382
  "type": "string"
5423
- },
5424
- "required": true
5383
+ }
5425
5384
  },
5426
5385
  "Sync_MovePostDstFsParam": {
5427
5386
  "name": "dstFs",
@@ -5429,8 +5388,7 @@
5429
5388
  "description": "Destination remote path that will receive moved files.",
5430
5389
  "schema": {
5431
5390
  "type": "string"
5432
- },
5433
- "required": true
5391
+ }
5434
5392
  },
5435
5393
  "Sync_MovePostCreateEmptySrcDirsParam": {
5436
5394
  "name": "createEmptySrcDirs",
@@ -5454,8 +5412,7 @@
5454
5412
  "description": "First remote directory, e.g. `drive:path1`.",
5455
5413
  "schema": {
5456
5414
  "type": "string"
5457
- },
5458
- "required": true
5415
+ }
5459
5416
  },
5460
5417
  "Sync_BisyncPostPath2Param": {
5461
5418
  "name": "path2",
@@ -5463,8 +5420,7 @@
5463
5420
  "description": "Second remote directory, e.g. `drive:path2`.",
5464
5421
  "schema": {
5465
5422
  "type": "string"
5466
- },
5467
- "required": true
5423
+ }
5468
5424
  },
5469
5425
  "Sync_BisyncPostDryRunParam": {
5470
5426
  "name": "dryRun",
@@ -5618,30 +5574,7 @@
5618
5574
  "explode": true,
5619
5575
  "schema": {
5620
5576
  "type": "object",
5621
- "additionalProperties": {
5622
- "oneOf": [
5623
- {
5624
- "type": "string"
5625
- },
5626
- {
5627
- "type": "number"
5628
- },
5629
- {
5630
- "type": "integer"
5631
- },
5632
- {
5633
- "type": "boolean"
5634
- },
5635
- {
5636
- "type": "array",
5637
- "items": {}
5638
- },
5639
- {
5640
- "type": "object",
5641
- "additionalProperties": {}
5642
- }
5643
- ]
5644
- }
5577
+ "additionalProperties": true
5645
5578
  }
5646
5579
  },
5647
5580
  "Options_SetPostFilterParam": {
@@ -5652,30 +5585,7 @@
5652
5585
  "explode": true,
5653
5586
  "schema": {
5654
5587
  "type": "object",
5655
- "additionalProperties": {
5656
- "oneOf": [
5657
- {
5658
- "type": "string"
5659
- },
5660
- {
5661
- "type": "number"
5662
- },
5663
- {
5664
- "type": "integer"
5665
- },
5666
- {
5667
- "type": "boolean"
5668
- },
5669
- {
5670
- "type": "array",
5671
- "items": {}
5672
- },
5673
- {
5674
- "type": "object",
5675
- "additionalProperties": {}
5676
- }
5677
- ]
5678
- }
5588
+ "additionalProperties": true
5679
5589
  }
5680
5590
  },
5681
5591
  "Options_SetPostFtpParam": {
@@ -5686,30 +5596,7 @@
5686
5596
  "explode": true,
5687
5597
  "schema": {
5688
5598
  "type": "object",
5689
- "additionalProperties": {
5690
- "oneOf": [
5691
- {
5692
- "type": "string"
5693
- },
5694
- {
5695
- "type": "number"
5696
- },
5697
- {
5698
- "type": "integer"
5699
- },
5700
- {
5701
- "type": "boolean"
5702
- },
5703
- {
5704
- "type": "array",
5705
- "items": {}
5706
- },
5707
- {
5708
- "type": "object",
5709
- "additionalProperties": {}
5710
- }
5711
- ]
5712
- }
5599
+ "additionalProperties": true
5713
5600
  }
5714
5601
  },
5715
5602
  "Options_SetPostMainParam": {
@@ -5720,30 +5607,7 @@
5720
5607
  "explode": true,
5721
5608
  "schema": {
5722
5609
  "type": "object",
5723
- "additionalProperties": {
5724
- "oneOf": [
5725
- {
5726
- "type": "string"
5727
- },
5728
- {
5729
- "type": "number"
5730
- },
5731
- {
5732
- "type": "integer"
5733
- },
5734
- {
5735
- "type": "boolean"
5736
- },
5737
- {
5738
- "type": "array",
5739
- "items": {}
5740
- },
5741
- {
5742
- "type": "object",
5743
- "additionalProperties": {}
5744
- }
5745
- ]
5746
- }
5610
+ "additionalProperties": true
5747
5611
  }
5748
5612
  },
5749
5613
  "Options_SetPostHttpParam": {
@@ -5754,30 +5618,7 @@
5754
5618
  "explode": true,
5755
5619
  "schema": {
5756
5620
  "type": "object",
5757
- "additionalProperties": {
5758
- "oneOf": [
5759
- {
5760
- "type": "string"
5761
- },
5762
- {
5763
- "type": "number"
5764
- },
5765
- {
5766
- "type": "integer"
5767
- },
5768
- {
5769
- "type": "boolean"
5770
- },
5771
- {
5772
- "type": "array",
5773
- "items": {}
5774
- },
5775
- {
5776
- "type": "object",
5777
- "additionalProperties": {}
5778
- }
5779
- ]
5780
- }
5621
+ "additionalProperties": true
5781
5622
  }
5782
5623
  },
5783
5624
  "Options_SetPostLogParam": {
@@ -5788,30 +5629,7 @@
5788
5629
  "explode": true,
5789
5630
  "schema": {
5790
5631
  "type": "object",
5791
- "additionalProperties": {
5792
- "oneOf": [
5793
- {
5794
- "type": "string"
5795
- },
5796
- {
5797
- "type": "number"
5798
- },
5799
- {
5800
- "type": "integer"
5801
- },
5802
- {
5803
- "type": "boolean"
5804
- },
5805
- {
5806
- "type": "array",
5807
- "items": {}
5808
- },
5809
- {
5810
- "type": "object",
5811
- "additionalProperties": {}
5812
- }
5813
- ]
5814
- }
5632
+ "additionalProperties": true
5815
5633
  }
5816
5634
  },
5817
5635
  "Options_SetPostMountParam": {
@@ -5822,30 +5640,7 @@
5822
5640
  "explode": true,
5823
5641
  "schema": {
5824
5642
  "type": "object",
5825
- "additionalProperties": {
5826
- "oneOf": [
5827
- {
5828
- "type": "string"
5829
- },
5830
- {
5831
- "type": "number"
5832
- },
5833
- {
5834
- "type": "integer"
5835
- },
5836
- {
5837
- "type": "boolean"
5838
- },
5839
- {
5840
- "type": "array",
5841
- "items": {}
5842
- },
5843
- {
5844
- "type": "object",
5845
- "additionalProperties": {}
5846
- }
5847
- ]
5848
- }
5643
+ "additionalProperties": true
5849
5644
  }
5850
5645
  },
5851
5646
  "Options_SetPostNfsParam": {
@@ -5856,30 +5651,7 @@
5856
5651
  "explode": true,
5857
5652
  "schema": {
5858
5653
  "type": "object",
5859
- "additionalProperties": {
5860
- "oneOf": [
5861
- {
5862
- "type": "string"
5863
- },
5864
- {
5865
- "type": "number"
5866
- },
5867
- {
5868
- "type": "integer"
5869
- },
5870
- {
5871
- "type": "boolean"
5872
- },
5873
- {
5874
- "type": "array",
5875
- "items": {}
5876
- },
5877
- {
5878
- "type": "object",
5879
- "additionalProperties": {}
5880
- }
5881
- ]
5882
- }
5654
+ "additionalProperties": true
5883
5655
  }
5884
5656
  },
5885
5657
  "Options_SetPostProxyParam": {
@@ -5890,30 +5662,7 @@
5890
5662
  "explode": true,
5891
5663
  "schema": {
5892
5664
  "type": "object",
5893
- "additionalProperties": {
5894
- "oneOf": [
5895
- {
5896
- "type": "string"
5897
- },
5898
- {
5899
- "type": "number"
5900
- },
5901
- {
5902
- "type": "integer"
5903
- },
5904
- {
5905
- "type": "boolean"
5906
- },
5907
- {
5908
- "type": "array",
5909
- "items": {}
5910
- },
5911
- {
5912
- "type": "object",
5913
- "additionalProperties": {}
5914
- }
5915
- ]
5916
- }
5665
+ "additionalProperties": true
5917
5666
  }
5918
5667
  },
5919
5668
  "Options_SetPostRcParam": {
@@ -5924,30 +5673,7 @@
5924
5673
  "explode": true,
5925
5674
  "schema": {
5926
5675
  "type": "object",
5927
- "additionalProperties": {
5928
- "oneOf": [
5929
- {
5930
- "type": "string"
5931
- },
5932
- {
5933
- "type": "number"
5934
- },
5935
- {
5936
- "type": "integer"
5937
- },
5938
- {
5939
- "type": "boolean"
5940
- },
5941
- {
5942
- "type": "array",
5943
- "items": {}
5944
- },
5945
- {
5946
- "type": "object",
5947
- "additionalProperties": {}
5948
- }
5949
- ]
5950
- }
5676
+ "additionalProperties": true
5951
5677
  }
5952
5678
  },
5953
5679
  "Options_SetPostResticParam": {
@@ -5958,30 +5684,7 @@
5958
5684
  "explode": true,
5959
5685
  "schema": {
5960
5686
  "type": "object",
5961
- "additionalProperties": {
5962
- "oneOf": [
5963
- {
5964
- "type": "string"
5965
- },
5966
- {
5967
- "type": "number"
5968
- },
5969
- {
5970
- "type": "integer"
5971
- },
5972
- {
5973
- "type": "boolean"
5974
- },
5975
- {
5976
- "type": "array",
5977
- "items": {}
5978
- },
5979
- {
5980
- "type": "object",
5981
- "additionalProperties": {}
5982
- }
5983
- ]
5984
- }
5687
+ "additionalProperties": true
5985
5688
  }
5986
5689
  },
5987
5690
  "Options_SetPostS3Param": {
@@ -5992,30 +5695,7 @@
5992
5695
  "explode": true,
5993
5696
  "schema": {
5994
5697
  "type": "object",
5995
- "additionalProperties": {
5996
- "oneOf": [
5997
- {
5998
- "type": "string"
5999
- },
6000
- {
6001
- "type": "number"
6002
- },
6003
- {
6004
- "type": "integer"
6005
- },
6006
- {
6007
- "type": "boolean"
6008
- },
6009
- {
6010
- "type": "array",
6011
- "items": {}
6012
- },
6013
- {
6014
- "type": "object",
6015
- "additionalProperties": {}
6016
- }
6017
- ]
6018
- }
5698
+ "additionalProperties": true
6019
5699
  }
6020
5700
  },
6021
5701
  "Options_SetPostSftpParam": {
@@ -6026,30 +5706,7 @@
6026
5706
  "explode": true,
6027
5707
  "schema": {
6028
5708
  "type": "object",
6029
- "additionalProperties": {
6030
- "oneOf": [
6031
- {
6032
- "type": "string"
6033
- },
6034
- {
6035
- "type": "number"
6036
- },
6037
- {
6038
- "type": "integer"
6039
- },
6040
- {
6041
- "type": "boolean"
6042
- },
6043
- {
6044
- "type": "array",
6045
- "items": {}
6046
- },
6047
- {
6048
- "type": "object",
6049
- "additionalProperties": {}
6050
- }
6051
- ]
6052
- }
5709
+ "additionalProperties": true
6053
5710
  }
6054
5711
  },
6055
5712
  "Options_SetPostVfsParam": {
@@ -6060,30 +5717,7 @@
6060
5717
  "explode": true,
6061
5718
  "schema": {
6062
5719
  "type": "object",
6063
- "additionalProperties": {
6064
- "oneOf": [
6065
- {
6066
- "type": "string"
6067
- },
6068
- {
6069
- "type": "number"
6070
- },
6071
- {
6072
- "type": "integer"
6073
- },
6074
- {
6075
- "type": "boolean"
6076
- },
6077
- {
6078
- "type": "array",
6079
- "items": {}
6080
- },
6081
- {
6082
- "type": "object",
6083
- "additionalProperties": {}
6084
- }
6085
- ]
6086
- }
5720
+ "additionalProperties": true
6087
5721
  }
6088
5722
  },
6089
5723
  "Options_SetPostWebdavParam": {
@@ -6094,30 +5728,7 @@
6094
5728
  "explode": true,
6095
5729
  "schema": {
6096
5730
  "type": "object",
6097
- "additionalProperties": {
6098
- "oneOf": [
6099
- {
6100
- "type": "string"
6101
- },
6102
- {
6103
- "type": "number"
6104
- },
6105
- {
6106
- "type": "integer"
6107
- },
6108
- {
6109
- "type": "boolean"
6110
- },
6111
- {
6112
- "type": "array",
6113
- "items": {}
6114
- },
6115
- {
6116
- "type": "object",
6117
- "additionalProperties": {}
6118
- }
6119
- ]
6120
- }
5731
+ "additionalProperties": true
6121
5732
  }
6122
5733
  },
6123
5734
  "Serve_StartPostTypeParam": {
@@ -6126,8 +5737,7 @@
6126
5737
  "description": "Type of server to start (e.g. `http`, `webdav`, `ftp`, `sftp`).",
6127
5738
  "schema": {
6128
5739
  "type": "string"
6129
- },
6130
- "required": true
5740
+ }
6131
5741
  },
6132
5742
  "Serve_StartPostFsParam": {
6133
5743
  "name": "fs",
@@ -6135,8 +5745,7 @@
6135
5745
  "description": "Remote path that will be served.",
6136
5746
  "schema": {
6137
5747
  "type": "string"
6138
- },
6139
- "required": true
5748
+ }
6140
5749
  },
6141
5750
  "Serve_StartPostAddrParam": {
6142
5751
  "name": "addr",
@@ -6144,8 +5753,7 @@
6144
5753
  "description": "Address and port to bind the server to, such as `:5572` or `localhost:8080`.",
6145
5754
  "schema": {
6146
5755
  "type": "string"
6147
- },
6148
- "required": true
5756
+ }
6149
5757
  },
6150
5758
  "Serve_StartPostAdditionalParam": {
6151
5759
  "name": "params",
@@ -6164,8 +5772,7 @@
6164
5772
  "description": "Identifier of the running serve instance returned by `serve/start`.",
6165
5773
  "schema": {
6166
5774
  "type": "string"
6167
- },
6168
- "required": true
5775
+ }
6169
5776
  },
6170
5777
  "Vfs_ForgetPostFsParam": {
6171
5778
  "name": "fs",
@@ -6240,8 +5847,7 @@
6240
5847
  "description": "Queue item ID as returned by `vfs/queue`.",
6241
5848
  "schema": {
6242
5849
  "type": "integer"
6243
- },
6244
- "required": true
5850
+ }
6245
5851
  },
6246
5852
  "Vfs_QueueSetExpiryPostExpiryParam": {
6247
5853
  "name": "expiry",
@@ -6249,8 +5855,7 @@
6249
5855
  "description": "New eligibility time in seconds (may be negative for immediate upload).",
6250
5856
  "schema": {
6251
5857
  "type": "number"
6252
- },
6253
- "required": true
5858
+ }
6254
5859
  },
6255
5860
  "Vfs_QueueSetExpiryPostRelativeParam": {
6256
5861
  "name": "relative",
@@ -6301,8 +5906,7 @@
6301
5906
  "description": "Repository URL of the plugin to install.",
6302
5907
  "schema": {
6303
5908
  "type": "string"
6304
- },
6305
- "required": true
5909
+ }
6306
5910
  },
6307
5911
  "Pluginsctl_GetPluginsForTypePostTypeParam": {
6308
5912
  "name": "type",
@@ -6326,8 +5930,7 @@
6326
5930
  "description": "Name of the plugin to uninstall.",
6327
5931
  "schema": {
6328
5932
  "type": "string"
6329
- },
6330
- "required": true
5933
+ }
6331
5934
  },
6332
5935
  "Pluginsctl_RemoveTestPluginPostNameParam": {
6333
5936
  "name": "name",
@@ -6335,8 +5938,7 @@
6335
5938
  "description": "Name of the test plugin to uninstall.",
6336
5939
  "schema": {
6337
5940
  "type": "string"
6338
- },
6339
- "required": true
5941
+ }
6340
5942
  }
6341
5943
  },
6342
5944
  "responses": {
@@ -6383,11 +5985,38 @@
6383
5985
  "application/json": {
6384
5986
  "schema": {
6385
5987
  "type": "object",
5988
+ "properties": {
5989
+ "jobid": {
5990
+ "type": "integer",
5991
+ "description": "Job ID returned when _async=true."
5992
+ }
5993
+ },
6386
5994
  "additionalProperties": true
6387
5995
  }
6388
5996
  }
6389
5997
  }
6390
5998
  },
5999
+ "ServeTypesResponse": {
6000
+ "description": "Supported rclone serve protocols.",
6001
+ "content": {
6002
+ "application/json": {
6003
+ "schema": {
6004
+ "type": "object",
6005
+ "properties": {
6006
+ "types": {
6007
+ "type": "array",
6008
+ "items": {
6009
+ "type": "string"
6010
+ }
6011
+ }
6012
+ },
6013
+ "required": [
6014
+ "types"
6015
+ ]
6016
+ }
6017
+ }
6018
+ }
6019
+ },
6391
6020
  "SyncJobResponse": {
6392
6021
  "description": "Response for sync operations, containing job ID if async.",
6393
6022
  "content": {
@@ -6410,9 +6039,7 @@
6410
6039
  "application/json": {
6411
6040
  "schema": {
6412
6041
  "type": "object",
6413
- "additionalProperties": {
6414
- "nullable": true
6415
- }
6042
+ "additionalProperties": {}
6416
6043
  }
6417
6044
  }
6418
6045
  }
@@ -6437,8 +6064,10 @@
6437
6064
  }
6438
6065
  },
6439
6066
  "MetadataInfo": {
6440
- "type": "object",
6441
- "nullable": true,
6067
+ "type": [
6068
+ "object",
6069
+ "null"
6070
+ ],
6442
6071
  "additionalProperties": true
6443
6072
  },
6444
6073
  "Name": {
@@ -6601,12 +6230,16 @@
6601
6230
  "type": "boolean"
6602
6231
  },
6603
6232
  "result": {
6604
- "type": "string",
6605
- "nullable": true
6233
+ "type": [
6234
+ "string",
6235
+ "null"
6236
+ ]
6606
6237
  },
6607
6238
  "returnType": {
6608
- "type": "string",
6609
- "nullable": true
6239
+ "type": [
6240
+ "string",
6241
+ "null"
6242
+ ]
6610
6243
  }
6611
6244
  },
6612
6245
  "required": [
@@ -6616,6 +6249,28 @@
6616
6249
  }
6617
6250
  }
6618
6251
  },
6252
+ "CoreDisksResponse": {
6253
+ "description": "Locally accessible paths including mount points, user directories, and removable volumes.",
6254
+ "content": {
6255
+ "application/json": {
6256
+ "schema": {
6257
+ "type": "object",
6258
+ "properties": {
6259
+ "disks": {
6260
+ "type": "array",
6261
+ "items": {
6262
+ "type": "string"
6263
+ },
6264
+ "description": "Accessible local paths such as disk mount points, user home folders, and removable volumes."
6265
+ }
6266
+ },
6267
+ "required": [
6268
+ "disks"
6269
+ ]
6270
+ }
6271
+ }
6272
+ }
6273
+ },
6619
6274
  "CoreDuResponse": {
6620
6275
  "description": "Disk usage summary for the requested directory.",
6621
6276
  "content": {
@@ -6926,7 +6581,6 @@
6926
6581
  "type": "object",
6927
6582
  "properties": {
6928
6583
  "result": {
6929
- "nullable": true,
6930
6584
  "description": "Backend command result payload"
6931
6585
  }
6932
6586
  },
@@ -6958,21 +6612,16 @@
6958
6612
  "schema": {
6959
6613
  "type": "object",
6960
6614
  "required": [
6961
- "name",
6962
6615
  "type"
6963
6616
  ],
6964
6617
  "properties": {
6965
- "name": {
6966
- "type": "string"
6967
- },
6968
6618
  "type": {
6969
6619
  "type": "string"
6970
- },
6971
- "provider": {
6972
- "type": "string"
6973
6620
  }
6974
6621
  },
6975
- "additionalProperties": true
6622
+ "additionalProperties": {
6623
+ "type": "string"
6624
+ }
6976
6625
  }
6977
6626
  }
6978
6627
  }
@@ -7146,8 +6795,10 @@
7146
6795
  "type": "number"
7147
6796
  },
7148
6797
  "eta": {
7149
- "type": "number",
7150
- "nullable": true
6798
+ "type": [
6799
+ "number",
6800
+ "null"
6801
+ ]
7151
6802
  },
7152
6803
  "fatalError": {
7153
6804
  "type": "boolean"
@@ -7313,12 +6964,10 @@
7313
6964
  "description": "True if the job completed successfully."
7314
6965
  },
7315
6966
  "output": {
7316
- "description": "Synchronous-style output payload when available.",
7317
- "nullable": true
6967
+ "description": "Synchronous-style output payload when available."
7318
6968
  },
7319
6969
  "progress": {
7320
- "description": "Progress measurements supplied by the underlying command.",
7321
- "nullable": true
6970
+ "description": "Progress measurements supplied by the underlying command."
7322
6971
  }
7323
6972
  },
7324
6973
  "required": [
@@ -7514,9 +7163,7 @@
7514
7163
  },
7515
7164
  "Metadata": {
7516
7165
  "type": "object",
7517
- "additionalProperties": {
7518
- "nullable": true
7519
- },
7166
+ "additionalProperties": {},
7520
7167
  "description": "Backend-provided metadata map."
7521
7168
  }
7522
7169
  }
@@ -7538,8 +7185,10 @@
7538
7185
  "type": "object",
7539
7186
  "properties": {
7540
7187
  "item": {
7541
- "type": "object",
7542
- "nullable": true,
7188
+ "type": [
7189
+ "object",
7190
+ "null"
7191
+ ],
7543
7192
  "properties": {
7544
7193
  "Path": {
7545
7194
  "type": "string",
@@ -7598,9 +7247,7 @@
7598
7247
  },
7599
7248
  "Metadata": {
7600
7249
  "type": "object",
7601
- "additionalProperties": {
7602
- "nullable": true
7603
- },
7250
+ "additionalProperties": {},
7604
7251
  "description": "Backend-provided metadata map."
7605
7252
  }
7606
7253
  },
@@ -7940,9 +7587,10 @@
7940
7587
  "type": "number"
7941
7588
  },
7942
7589
  "DisableFeatures": {
7943
- "type": "string",
7944
- "format": "null",
7945
- "nullable": true
7590
+ "type": [
7591
+ "string",
7592
+ "null"
7593
+ ]
7946
7594
  },
7947
7595
  "DisableHTTP2": {
7948
7596
  "type": "boolean"
@@ -7951,9 +7599,10 @@
7951
7599
  "type": "boolean"
7952
7600
  },
7953
7601
  "DownloadHeaders": {
7954
- "type": "string",
7955
- "format": "null",
7956
- "nullable": true
7602
+ "type": [
7603
+ "string",
7604
+ "null"
7605
+ ]
7957
7606
  },
7958
7607
  "DryRun": {
7959
7608
  "type": "boolean"
@@ -7977,9 +7626,10 @@
7977
7626
  "type": "number"
7978
7627
  },
7979
7628
  "Headers": {
7980
- "type": "string",
7981
- "format": "null",
7982
- "nullable": true
7629
+ "type": [
7630
+ "string",
7631
+ "null"
7632
+ ]
7983
7633
  },
7984
7634
  "HumanReadable": {
7985
7635
  "type": "boolean"
@@ -8054,14 +7704,16 @@
8054
7704
  "type": "boolean"
8055
7705
  },
8056
7706
  "MetadataMapper": {
8057
- "type": "string",
8058
- "format": "null",
8059
- "nullable": true
7707
+ "type": [
7708
+ "string",
7709
+ "null"
7710
+ ]
8060
7711
  },
8061
7712
  "MetadataSet": {
8062
- "type": "string",
8063
- "format": "null",
8064
- "nullable": true
7713
+ "type": [
7714
+ "string",
7715
+ "null"
7716
+ ]
8065
7717
  },
8066
7718
  "ModifyWindow": {
8067
7719
  "type": "number"
@@ -8109,9 +7761,10 @@
8109
7761
  "type": "string"
8110
7762
  },
8111
7763
  "PasswordCommand": {
8112
- "type": "string",
8113
- "format": "null",
8114
- "nullable": true
7764
+ "type": [
7765
+ "string",
7766
+ "null"
7767
+ ]
8115
7768
  },
8116
7769
  "Progress": {
8117
7770
  "type": "boolean"
@@ -8186,9 +7839,10 @@
8186
7839
  "type": "boolean"
8187
7840
  },
8188
7841
  "UploadHeaders": {
8189
- "type": "string",
8190
- "format": "null",
8191
- "nullable": true
7842
+ "type": [
7843
+ "string",
7844
+ "null"
7845
+ ]
8192
7846
  },
8193
7847
  "UseJSONLog": {
8194
7848
  "type": "boolean"
@@ -8670,8 +8324,10 @@
8670
8324
  "description": "Number of active references to the VFS."
8671
8325
  },
8672
8326
  "diskCache": {
8673
- "type": "object",
8674
- "nullable": true,
8327
+ "type": [
8328
+ "object",
8329
+ "null"
8330
+ ],
8675
8331
  "additionalProperties": true,
8676
8332
  "description": "Disk cache metrics when caching is enabled."
8677
8333
  },
@@ -8836,11 +8492,11 @@
8836
8492
  "type": "string"
8837
8493
  },
8838
8494
  "input": {
8839
- "type": "object",
8840
- "nullable": true,
8841
- "additionalProperties": {
8842
- "nullable": true
8843
- },
8495
+ "type": [
8496
+ "object",
8497
+ "null"
8498
+ ],
8499
+ "additionalProperties": {},
8844
8500
  "description": "Original request parameters echoed for debugging."
8845
8501
  }
8846
8502
  }
@@ -8849,15 +8505,19 @@
8849
8505
  "type": "object",
8850
8506
  "properties": {
8851
8507
  "Aliases": {
8852
- "type": "array",
8853
- "nullable": true,
8508
+ "type": [
8509
+ "array",
8510
+ "null"
8511
+ ],
8854
8512
  "items": {
8855
8513
  "type": "string"
8856
8514
  }
8857
8515
  },
8858
8516
  "CommandHelp": {
8859
- "type": "array",
8860
- "nullable": true,
8517
+ "type": [
8518
+ "array",
8519
+ "null"
8520
+ ],
8861
8521
  "items": {
8862
8522
  "$ref": "#/components/schemas/ConfigProviderCommandHelp"
8863
8523
  }
@@ -8909,8 +8569,10 @@
8909
8569
  "type": "string"
8910
8570
  },
8911
8571
  "Opts": {
8912
- "type": "object",
8913
- "nullable": true,
8572
+ "type": [
8573
+ "object",
8574
+ "null"
8575
+ ],
8914
8576
  "additionalProperties": true
8915
8577
  },
8916
8578
  "Short": {
@@ -8926,8 +8588,10 @@
8926
8588
  "type": "string"
8927
8589
  },
8928
8590
  "System": {
8929
- "type": "object",
8930
- "nullable": true,
8591
+ "type": [
8592
+ "object",
8593
+ "null"
8594
+ ],
8931
8595
  "additionalProperties": {
8932
8596
  "$ref": "#/components/schemas/ConfigProviderMetadataSystemEntry"
8933
8597
  }
@@ -9018,13 +8682,15 @@
9018
8682
  ]
9019
8683
  },
9020
8684
  "Value": {
9021
- "nullable": true,
9022
8685
  "anyOf": [
9023
8686
  {
9024
8687
  "type": "boolean"
9025
8688
  },
9026
8689
  {
9027
8690
  "type": "number"
8691
+ },
8692
+ {
8693
+ "type": "null"
9028
8694
  }
9029
8695
  ]
9030
8696
  },
@@ -9241,8 +8907,10 @@
9241
8907
  "description": "Bytes transferred so far for this object."
9242
8908
  },
9243
8909
  "eta": {
9244
- "type": "number",
9245
- "nullable": true,
8910
+ "type": [
8911
+ "number",
8912
+ "null"
8913
+ ],
9246
8914
  "description": "Estimated seconds remaining, when available."
9247
8915
  },
9248
8916
  "group": {
@@ -9268,6 +8936,22 @@
9268
8936
  "speedAvg": {
9269
8937
  "type": "number",
9270
8938
  "description": "Current speed in bytes per second as an exponentially weighted moving average."
8939
+ },
8940
+ "srcFs": {
8941
+ "type": "string",
8942
+ "description": "Source remote or filesystem for this transfer."
8943
+ },
8944
+ "dstFs": {
8945
+ "type": "string",
8946
+ "description": "Destination remote or filesystem for this transfer."
8947
+ },
8948
+ "srcRemote": {
8949
+ "type": "string",
8950
+ "description": "Source path within srcFs."
8951
+ },
8952
+ "dstRemote": {
8953
+ "type": "string",
8954
+ "description": "Destination path within dstFs."
9271
8955
  }
9272
8956
  },
9273
8957
  "additionalProperties": true
@@ -9294,16 +8978,12 @@
9294
8978
  "RcNoopRequest": {
9295
8979
  "type": "object",
9296
8980
  "properties": {
9297
- "params": {
9298
- "type": "object",
9299
- "additionalProperties": true,
9300
- "description": "Additional arbitrary parameters allowed."
9301
- },
9302
8981
  "_async": {
9303
8982
  "type": "boolean",
9304
8983
  "description": "Run the command asynchronously. Returns a job id immediately."
9305
8984
  }
9306
- }
8985
+ },
8986
+ "additionalProperties": true
9307
8987
  },
9308
8988
  "OperationsCleanupRequest": {
9309
8989
  "type": "object",
@@ -9319,11 +8999,8 @@
9319
8999
  "_async": {
9320
9000
  "type": "boolean",
9321
9001
  "description": "Run the command asynchronously. Returns a job id immediately."
9322
- }
9323
- },
9324
- "required": [
9325
- "fs"
9326
- ]
9002
+ }
9003
+ }
9327
9004
  },
9328
9005
  "OperationsCopyfileRequest": {
9329
9006
  "type": "object",
@@ -9352,13 +9029,7 @@
9352
9029
  "type": "boolean",
9353
9030
  "description": "Run the command asynchronously. Returns a job id immediately."
9354
9031
  }
9355
- },
9356
- "required": [
9357
- "srcFs",
9358
- "srcRemote",
9359
- "dstFs",
9360
- "dstRemote"
9361
- ]
9032
+ }
9362
9033
  },
9363
9034
  "OperationsCopyurlRequest": {
9364
9035
  "type": "object",
@@ -9387,12 +9058,7 @@
9387
9058
  "type": "boolean",
9388
9059
  "description": "Run the command asynchronously. Returns a job id immediately."
9389
9060
  }
9390
- },
9391
- "required": [
9392
- "fs",
9393
- "remote",
9394
- "url"
9395
- ]
9061
+ }
9396
9062
  },
9397
9063
  "OperationsDeleteRequest": {
9398
9064
  "type": "object",
@@ -9417,10 +9083,7 @@
9417
9083
  "type": "boolean",
9418
9084
  "description": "Run the command asynchronously. Returns a job id immediately."
9419
9085
  }
9420
- },
9421
- "required": [
9422
- "fs"
9423
- ]
9086
+ }
9424
9087
  },
9425
9088
  "OperationsDeletefileRequest": {
9426
9089
  "type": "object",
@@ -9441,11 +9104,7 @@
9441
9104
  "type": "boolean",
9442
9105
  "description": "Run the command asynchronously. Returns a job id immediately."
9443
9106
  }
9444
- },
9445
- "required": [
9446
- "fs",
9447
- "remote"
9448
- ]
9107
+ }
9449
9108
  },
9450
9109
  "OperationsFsinfoRequest": {
9451
9110
  "type": "object",
@@ -9462,10 +9121,7 @@
9462
9121
  "type": "boolean",
9463
9122
  "description": "Run the command asynchronously. Returns a job id immediately."
9464
9123
  }
9465
- },
9466
- "required": [
9467
- "fs"
9468
- ]
9124
+ }
9469
9125
  },
9470
9126
  "OperationsHashsumRequest": {
9471
9127
  "type": "object",
@@ -9494,11 +9150,7 @@
9494
9150
  "type": "boolean",
9495
9151
  "description": "Run the command asynchronously. Returns a job id immediately."
9496
9152
  }
9497
- },
9498
- "required": [
9499
- "fs",
9500
- "hashType"
9501
- ]
9153
+ }
9502
9154
  },
9503
9155
  "OperationsHashsumfileRequest": {
9504
9156
  "type": "object",
@@ -9531,12 +9183,7 @@
9531
9183
  "type": "boolean",
9532
9184
  "description": "Run the command asynchronously. Returns a job id immediately."
9533
9185
  }
9534
- },
9535
- "required": [
9536
- "fs",
9537
- "remote",
9538
- "hashType"
9539
- ]
9186
+ }
9540
9187
  },
9541
9188
  "OperationsMovefileRequest": {
9542
9189
  "type": "object",
@@ -9565,13 +9212,7 @@
9565
9212
  "type": "boolean",
9566
9213
  "description": "Run the command asynchronously. Returns a job id immediately."
9567
9214
  }
9568
- },
9569
- "required": [
9570
- "srcFs",
9571
- "srcRemote",
9572
- "dstFs",
9573
- "dstRemote"
9574
- ]
9215
+ }
9575
9216
  },
9576
9217
  "OperationsPubliclinkRequest": {
9577
9218
  "type": "object",
@@ -9600,11 +9241,7 @@
9600
9241
  "type": "boolean",
9601
9242
  "description": "Run the command asynchronously. Returns a job id immediately."
9602
9243
  }
9603
- },
9604
- "required": [
9605
- "fs",
9606
- "remote"
9607
- ]
9244
+ }
9608
9245
  },
9609
9246
  "OperationsRmdirsRequest": {
9610
9247
  "type": "object",
@@ -9629,11 +9266,7 @@
9629
9266
  "type": "boolean",
9630
9267
  "description": "Run the command asynchronously. Returns a job id immediately."
9631
9268
  }
9632
- },
9633
- "required": [
9634
- "fs",
9635
- "remote"
9636
- ]
9269
+ }
9637
9270
  },
9638
9271
  "OperationsSettierRequest": {
9639
9272
  "type": "object",
@@ -9650,10 +9283,7 @@
9650
9283
  "type": "boolean",
9651
9284
  "description": "Run the command asynchronously. Returns a job id immediately."
9652
9285
  }
9653
- },
9654
- "required": [
9655
- "fs"
9656
- ]
9286
+ }
9657
9287
  },
9658
9288
  "OperationsSettierfileRequest": {
9659
9289
  "type": "object",
@@ -9674,11 +9304,7 @@
9674
9304
  "type": "boolean",
9675
9305
  "description": "Run the command asynchronously. Returns a job id immediately."
9676
9306
  }
9677
- },
9678
- "required": [
9679
- "fs",
9680
- "remote"
9681
- ]
9307
+ }
9682
9308
  },
9683
9309
  "OperationsSizeRequest": {
9684
9310
  "type": "object",
@@ -9695,10 +9321,7 @@
9695
9321
  "type": "boolean",
9696
9322
  "description": "Run the command asynchronously. Returns a job id immediately."
9697
9323
  }
9698
- },
9699
- "required": [
9700
- "fs"
9701
- ]
9324
+ }
9702
9325
  },
9703
9326
  "CoreBwlimitRequest": {
9704
9327
  "type": "object",
@@ -9747,10 +9370,7 @@
9747
9370
  "type": "boolean",
9748
9371
  "description": "Run the command asynchronously. Returns a job id immediately."
9749
9372
  }
9750
- },
9751
- "required": [
9752
- "command"
9753
- ]
9373
+ }
9754
9374
  },
9755
9375
  "CoreDuRequest": {
9756
9376
  "type": "object",
@@ -9823,10 +9443,7 @@
9823
9443
  "type": "boolean",
9824
9444
  "description": "Run the command asynchronously. Returns a job id immediately."
9825
9445
  }
9826
- },
9827
- "required": [
9828
- "clear"
9829
- ]
9446
+ }
9830
9447
  },
9831
9448
  "CorePidRequest": {
9832
9449
  "type": "object",
@@ -9873,10 +9490,7 @@
9873
9490
  "type": "boolean",
9874
9491
  "description": "Run the command asynchronously. Returns a job id immediately."
9875
9492
  }
9876
- },
9877
- "required": [
9878
- "group"
9879
- ]
9493
+ }
9880
9494
  },
9881
9495
  "CoreStatsResetRequest": {
9882
9496
  "type": "object",
@@ -9927,10 +9541,7 @@
9927
9541
  "type": "boolean",
9928
9542
  "description": "Run the command asynchronously. Returns a job id immediately."
9929
9543
  }
9930
- },
9931
- "required": [
9932
- "rate"
9933
- ]
9544
+ }
9934
9545
  },
9935
9546
  "DebugSetGcPercentRequest": {
9936
9547
  "type": "object",
@@ -9947,10 +9558,7 @@
9947
9558
  "type": "boolean",
9948
9559
  "description": "Run the command asynchronously. Returns a job id immediately."
9949
9560
  }
9950
- },
9951
- "required": [
9952
- "gc-percent"
9953
- ]
9561
+ }
9954
9562
  },
9955
9563
  "DebugSetMutexProfileFractionRequest": {
9956
9564
  "type": "object",
@@ -9967,10 +9575,7 @@
9967
9575
  "type": "boolean",
9968
9576
  "description": "Run the command asynchronously. Returns a job id immediately."
9969
9577
  }
9970
- },
9971
- "required": [
9972
- "rate"
9973
- ]
9578
+ }
9974
9579
  },
9975
9580
  "DebugSetSoftMemoryLimitRequest": {
9976
9581
  "type": "object",
@@ -9987,10 +9592,7 @@
9987
9592
  "type": "boolean",
9988
9593
  "description": "Run the command asynchronously. Returns a job id immediately."
9989
9594
  }
9990
- },
9991
- "required": [
9992
- "mem-limit"
9993
- ]
9595
+ }
9994
9596
  },
9995
9597
  "FscacheClearRequest": {
9996
9598
  "type": "object",
@@ -10070,11 +9672,7 @@
10070
9672
  "type": "boolean",
10071
9673
  "description": "Run the command asynchronously. Returns a job id immediately."
10072
9674
  }
10073
- },
10074
- "required": [
10075
- "fs",
10076
- "mountPoint"
10077
- ]
9675
+ }
10078
9676
  },
10079
9677
  "MountTypesRequest": {
10080
9678
  "type": "object",
@@ -10104,10 +9702,7 @@
10104
9702
  "type": "boolean",
10105
9703
  "description": "Run the command asynchronously. Returns a job id immediately."
10106
9704
  }
10107
- },
10108
- "required": [
10109
- "mountPoint"
10110
- ]
9705
+ }
10111
9706
  },
10112
9707
  "MountUnmountallRequest": {
10113
9708
  "type": "object",
@@ -10125,30 +9720,22 @@
10125
9720
  "RcNoopAuthRequest": {
10126
9721
  "type": "object",
10127
9722
  "properties": {
10128
- "params": {
10129
- "type": "object",
10130
- "additionalProperties": true,
10131
- "description": "Additional arbitrary parameters allowed."
10132
- },
10133
9723
  "_async": {
10134
9724
  "type": "boolean",
10135
9725
  "description": "Run the command asynchronously. Returns a job id immediately."
10136
9726
  }
10137
- }
9727
+ },
9728
+ "additionalProperties": true
10138
9729
  },
10139
9730
  "RcErrorRequest": {
10140
9731
  "type": "object",
10141
9732
  "properties": {
10142
- "params": {
10143
- "type": "object",
10144
- "additionalProperties": true,
10145
- "description": "Additional arbitrary parameters allowed."
10146
- },
10147
9733
  "_async": {
10148
9734
  "type": "boolean",
10149
9735
  "description": "Run the command asynchronously. Returns a job id immediately."
10150
9736
  }
10151
- }
9737
+ },
9738
+ "additionalProperties": true
10152
9739
  },
10153
9740
  "RcListRequest": {
10154
9741
  "type": "object",
@@ -10193,10 +9780,7 @@
10193
9780
  "type": "boolean",
10194
9781
  "description": "Run the command asynchronously. Returns a job id immediately."
10195
9782
  }
10196
- },
10197
- "required": [
10198
- "command"
10199
- ]
9783
+ }
10200
9784
  },
10201
9785
  "CacheExpireRequest": {
10202
9786
  "type": "object",
@@ -10217,10 +9801,7 @@
10217
9801
  "type": "boolean",
10218
9802
  "description": "Run the command asynchronously. Returns a job id immediately."
10219
9803
  }
10220
- },
10221
- "required": [
10222
- "remote"
10223
- ]
9804
+ }
10224
9805
  },
10225
9806
  "CacheFetchRequest": {
10226
9807
  "type": "object",
@@ -10229,11 +9810,6 @@
10229
9810
  "type": "string",
10230
9811
  "description": "Comma-separated chunk specifier list (e.g. `0:10,25:30`) describing file pieces to prefetch."
10231
9812
  },
10232
- "params": {
10233
- "type": "object",
10234
- "additionalProperties": true,
10235
- "description": "Additional arbitrary parameters allowed."
10236
- },
10237
9813
  "_group": {
10238
9814
  "type": "string",
10239
9815
  "description": "Assign the request to a custom stats group."
@@ -10242,7 +9818,8 @@
10242
9818
  "type": "boolean",
10243
9819
  "description": "Run the command asynchronously. Returns a job id immediately."
10244
9820
  }
10245
- }
9821
+ },
9822
+ "additionalProperties": true
10246
9823
  },
10247
9824
  "CacheStatsRequest": {
10248
9825
  "type": "object",
@@ -10284,12 +9861,7 @@
10284
9861
  "type": "boolean",
10285
9862
  "description": "Run the command asynchronously. Returns a job id immediately."
10286
9863
  }
10287
- },
10288
- "required": [
10289
- "name",
10290
- "parameters",
10291
- "type"
10292
- ]
9864
+ }
10293
9865
  },
10294
9866
  "ConfigDeleteRequest": {
10295
9867
  "type": "object",
@@ -10306,10 +9878,7 @@
10306
9878
  "type": "boolean",
10307
9879
  "description": "Run the command asynchronously. Returns a job id immediately."
10308
9880
  }
10309
- },
10310
- "required": [
10311
- "name"
10312
- ]
9881
+ }
10313
9882
  },
10314
9883
  "ConfigDumpRequest": {
10315
9884
  "type": "object",
@@ -10339,10 +9908,7 @@
10339
9908
  "type": "boolean",
10340
9909
  "description": "Run the command asynchronously. Returns a job id immediately."
10341
9910
  }
10342
- },
10343
- "required": [
10344
- "name"
10345
- ]
9911
+ }
10346
9912
  },
10347
9913
  "ConfigListremotesRequest": {
10348
9914
  "type": "object",
@@ -10376,11 +9942,7 @@
10376
9942
  "type": "boolean",
10377
9943
  "description": "Run the command asynchronously. Returns a job id immediately."
10378
9944
  }
10379
- },
10380
- "required": [
10381
- "name",
10382
- "parameters"
10383
- ]
9945
+ }
10384
9946
  },
10385
9947
  "ConfigPathsRequest": {
10386
9948
  "type": "object",
@@ -10423,10 +9985,7 @@
10423
9985
  "type": "boolean",
10424
9986
  "description": "Run the command asynchronously. Returns a job id immediately."
10425
9987
  }
10426
- },
10427
- "required": [
10428
- "path"
10429
- ]
9988
+ }
10430
9989
  },
10431
9990
  "ConfigUnlockRequest": {
10432
9991
  "type": "object",
@@ -10443,10 +10002,7 @@
10443
10002
  "type": "boolean",
10444
10003
  "description": "Run the command asynchronously. Returns a job id immediately."
10445
10004
  }
10446
- },
10447
- "required": [
10448
- "configPassword"
10449
- ]
10005
+ }
10450
10006
  },
10451
10007
  "ConfigUpdateRequest": {
10452
10008
  "type": "object",
@@ -10471,11 +10027,7 @@
10471
10027
  "type": "boolean",
10472
10028
  "description": "Run the command asynchronously. Returns a job id immediately."
10473
10029
  }
10474
- },
10475
- "required": [
10476
- "name",
10477
- "parameters"
10478
- ]
10030
+ }
10479
10031
  },
10480
10032
  "CoreVersionRequest": {
10481
10033
  "type": "object",
@@ -10531,10 +10083,7 @@
10531
10083
  "type": "boolean",
10532
10084
  "description": "Run the command asynchronously. Returns a job id immediately."
10533
10085
  }
10534
- },
10535
- "required": [
10536
- "jobid"
10537
- ]
10086
+ }
10538
10087
  },
10539
10088
  "JobStopRequest": {
10540
10089
  "type": "object",
@@ -10547,10 +10096,7 @@
10547
10096
  "type": "boolean",
10548
10097
  "description": "Run the command asynchronously. Returns a job id immediately."
10549
10098
  }
10550
- },
10551
- "required": [
10552
- "jobid"
10553
- ]
10099
+ }
10554
10100
  },
10555
10101
  "JobStopgroupRequest": {
10556
10102
  "type": "object",
@@ -10563,10 +10109,7 @@
10563
10109
  "type": "boolean",
10564
10110
  "description": "Run the command asynchronously. Returns a job id immediately."
10565
10111
  }
10566
- },
10567
- "required": [
10568
- "group"
10569
- ]
10112
+ }
10570
10113
  },
10571
10114
  "OperationsListRequest": {
10572
10115
  "type": "object",
@@ -10634,11 +10177,7 @@
10634
10177
  "type": "boolean",
10635
10178
  "description": "Run the command asynchronously. Returns a job id immediately."
10636
10179
  }
10637
- },
10638
- "required": [
10639
- "fs",
10640
- "remote"
10641
- ]
10180
+ }
10642
10181
  },
10643
10182
  "OperationsStatRequest": {
10644
10183
  "type": "object",
@@ -10663,11 +10202,7 @@
10663
10202
  "type": "boolean",
10664
10203
  "description": "Run the command asynchronously. Returns a job id immediately."
10665
10204
  }
10666
- },
10667
- "required": [
10668
- "fs",
10669
- "remote"
10670
- ]
10205
+ }
10671
10206
  },
10672
10207
  "OperationsAboutRequest": {
10673
10208
  "type": "object",
@@ -10684,10 +10219,7 @@
10684
10219
  "type": "boolean",
10685
10220
  "description": "Run the command asynchronously. Returns a job id immediately."
10686
10221
  }
10687
- },
10688
- "required": [
10689
- "fs"
10690
- ]
10222
+ }
10691
10223
  },
10692
10224
  "OperationsPurgeRequest": {
10693
10225
  "type": "object",
@@ -10716,11 +10248,7 @@
10716
10248
  "type": "boolean",
10717
10249
  "description": "Run the command asynchronously. Returns a job id immediately."
10718
10250
  }
10719
- },
10720
- "required": [
10721
- "fs",
10722
- "remote"
10723
- ]
10251
+ }
10724
10252
  },
10725
10253
  "OperationsMkdirRequest": {
10726
10254
  "type": "object",
@@ -10741,11 +10269,7 @@
10741
10269
  "type": "boolean",
10742
10270
  "description": "Run the command asynchronously. Returns a job id immediately."
10743
10271
  }
10744
- },
10745
- "required": [
10746
- "fs",
10747
- "remote"
10748
- ]
10272
+ }
10749
10273
  },
10750
10274
  "OperationsRmdirRequest": {
10751
10275
  "type": "object",
@@ -10766,11 +10290,7 @@
10766
10290
  "type": "boolean",
10767
10291
  "description": "Run the command asynchronously. Returns a job id immediately."
10768
10292
  }
10769
- },
10770
- "required": [
10771
- "fs",
10772
- "remote"
10773
- ]
10293
+ }
10774
10294
  },
10775
10295
  "OperationsCheckRequest": {
10776
10296
  "type": "object",
@@ -10835,11 +10355,7 @@
10835
10355
  "type": "boolean",
10836
10356
  "description": "Run the command asynchronously. Returns a job id immediately."
10837
10357
  }
10838
- },
10839
- "required": [
10840
- "srcFs",
10841
- "dstFs"
10842
- ]
10358
+ }
10843
10359
  },
10844
10360
  "SyncSyncRequest": {
10845
10361
  "type": "object",
@@ -10872,11 +10388,7 @@
10872
10388
  "type": "boolean",
10873
10389
  "description": "Run the command asynchronously. Returns a job id immediately."
10874
10390
  }
10875
- },
10876
- "required": [
10877
- "srcFs",
10878
- "dstFs"
10879
- ]
10391
+ }
10880
10392
  },
10881
10393
  "SyncCopyRequest": {
10882
10394
  "type": "object",
@@ -10909,11 +10421,7 @@
10909
10421
  "type": "boolean",
10910
10422
  "description": "Run the command asynchronously. Returns a job id immediately."
10911
10423
  }
10912
- },
10913
- "required": [
10914
- "srcFs",
10915
- "dstFs"
10916
- ]
10424
+ }
10917
10425
  },
10918
10426
  "SyncMoveRequest": {
10919
10427
  "type": "object",
@@ -10950,11 +10458,7 @@
10950
10458
  "type": "boolean",
10951
10459
  "description": "Run the command asynchronously. Returns a job id immediately."
10952
10460
  }
10953
- },
10954
- "required": [
10955
- "srcFs",
10956
- "dstFs"
10957
- ]
10461
+ }
10958
10462
  },
10959
10463
  "SyncBisyncRequest": {
10960
10464
  "type": "object",
@@ -11047,11 +10551,7 @@
11047
10551
  "type": "boolean",
11048
10552
  "description": "Run the command asynchronously. Returns a job id immediately."
11049
10553
  }
11050
- },
11051
- "required": [
11052
- "path1",
11053
- "path2"
11054
- ]
10554
+ }
11055
10555
  },
11056
10556
  "OptionsBlocksRequest": {
11057
10557
  "type": "object",
@@ -11102,425 +10602,80 @@
11102
10602
  },
11103
10603
  "OptionsSetRequest": {
11104
10604
  "type": "object",
11105
- "properties": {
11106
- "dlna": {
11107
- "type": "object",
11108
- "additionalProperties": {
11109
- "oneOf": [
11110
- {
11111
- "type": "string"
11112
- },
11113
- {
11114
- "type": "number"
11115
- },
11116
- {
11117
- "type": "integer"
11118
- },
11119
- {
11120
- "type": "boolean"
11121
- },
11122
- {
11123
- "type": "array",
11124
- "items": {}
11125
- },
11126
- {
11127
- "type": "object",
11128
- "additionalProperties": {}
11129
- }
11130
- ]
11131
- },
11132
- "description": "Overrides for the `dlna` option block."
11133
- },
11134
- "filter": {
11135
- "type": "object",
11136
- "additionalProperties": {
11137
- "oneOf": [
11138
- {
11139
- "type": "string"
11140
- },
11141
- {
11142
- "type": "number"
11143
- },
11144
- {
11145
- "type": "integer"
11146
- },
11147
- {
11148
- "type": "boolean"
11149
- },
11150
- {
11151
- "type": "array",
11152
- "items": {}
11153
- },
11154
- {
11155
- "type": "object",
11156
- "additionalProperties": {}
11157
- }
11158
- ]
11159
- },
11160
- "description": "Overrides for the `filter` option block."
11161
- },
11162
- "ftp": {
11163
- "type": "object",
11164
- "additionalProperties": {
11165
- "oneOf": [
11166
- {
11167
- "type": "string"
11168
- },
11169
- {
11170
- "type": "number"
11171
- },
11172
- {
11173
- "type": "integer"
11174
- },
11175
- {
11176
- "type": "boolean"
11177
- },
11178
- {
11179
- "type": "array",
11180
- "items": {}
11181
- },
11182
- {
11183
- "type": "object",
11184
- "additionalProperties": {}
11185
- }
11186
- ]
11187
- },
10605
+ "properties": {
10606
+ "dlna": {
10607
+ "type": "object",
10608
+ "additionalProperties": true,
10609
+ "description": "Overrides for the `dlna` option block."
10610
+ },
10611
+ "filter": {
10612
+ "type": "object",
10613
+ "additionalProperties": true,
10614
+ "description": "Overrides for the `filter` option block."
10615
+ },
10616
+ "ftp": {
10617
+ "type": "object",
10618
+ "additionalProperties": true,
11188
10619
  "description": "Overrides for the `ftp` option block."
11189
10620
  },
11190
10621
  "main": {
11191
10622
  "type": "object",
11192
- "additionalProperties": {
11193
- "oneOf": [
11194
- {
11195
- "type": "string"
11196
- },
11197
- {
11198
- "type": "number"
11199
- },
11200
- {
11201
- "type": "integer"
11202
- },
11203
- {
11204
- "type": "boolean"
11205
- },
11206
- {
11207
- "type": "array",
11208
- "items": {}
11209
- },
11210
- {
11211
- "type": "object",
11212
- "additionalProperties": {}
11213
- }
11214
- ]
11215
- },
10623
+ "additionalProperties": true,
11216
10624
  "description": "Overrides for the `main` option block."
11217
10625
  },
11218
10626
  "http": {
11219
10627
  "type": "object",
11220
- "additionalProperties": {
11221
- "oneOf": [
11222
- {
11223
- "type": "string"
11224
- },
11225
- {
11226
- "type": "number"
11227
- },
11228
- {
11229
- "type": "integer"
11230
- },
11231
- {
11232
- "type": "boolean"
11233
- },
11234
- {
11235
- "type": "array",
11236
- "items": {}
11237
- },
11238
- {
11239
- "type": "object",
11240
- "additionalProperties": {}
11241
- }
11242
- ]
11243
- },
10628
+ "additionalProperties": true,
11244
10629
  "description": "Overrides for the `http` option block."
11245
10630
  },
11246
10631
  "log": {
11247
10632
  "type": "object",
11248
- "additionalProperties": {
11249
- "oneOf": [
11250
- {
11251
- "type": "string"
11252
- },
11253
- {
11254
- "type": "number"
11255
- },
11256
- {
11257
- "type": "integer"
11258
- },
11259
- {
11260
- "type": "boolean"
11261
- },
11262
- {
11263
- "type": "array",
11264
- "items": {}
11265
- },
11266
- {
11267
- "type": "object",
11268
- "additionalProperties": {}
11269
- }
11270
- ]
11271
- },
10633
+ "additionalProperties": true,
11272
10634
  "description": "Overrides for the `log` option block."
11273
10635
  },
11274
10636
  "mount": {
11275
10637
  "type": "object",
11276
- "additionalProperties": {
11277
- "oneOf": [
11278
- {
11279
- "type": "string"
11280
- },
11281
- {
11282
- "type": "number"
11283
- },
11284
- {
11285
- "type": "integer"
11286
- },
11287
- {
11288
- "type": "boolean"
11289
- },
11290
- {
11291
- "type": "array",
11292
- "items": {}
11293
- },
11294
- {
11295
- "type": "object",
11296
- "additionalProperties": {}
11297
- }
11298
- ]
11299
- },
10638
+ "additionalProperties": true,
11300
10639
  "description": "Overrides for the `mount` option block."
11301
10640
  },
11302
10641
  "nfs": {
11303
10642
  "type": "object",
11304
- "additionalProperties": {
11305
- "oneOf": [
11306
- {
11307
- "type": "string"
11308
- },
11309
- {
11310
- "type": "number"
11311
- },
11312
- {
11313
- "type": "integer"
11314
- },
11315
- {
11316
- "type": "boolean"
11317
- },
11318
- {
11319
- "type": "array",
11320
- "items": {}
11321
- },
11322
- {
11323
- "type": "object",
11324
- "additionalProperties": {}
11325
- }
11326
- ]
11327
- },
10643
+ "additionalProperties": true,
11328
10644
  "description": "Overrides for the `nfs` option block."
11329
10645
  },
11330
10646
  "proxy": {
11331
10647
  "type": "object",
11332
- "additionalProperties": {
11333
- "oneOf": [
11334
- {
11335
- "type": "string"
11336
- },
11337
- {
11338
- "type": "number"
11339
- },
11340
- {
11341
- "type": "integer"
11342
- },
11343
- {
11344
- "type": "boolean"
11345
- },
11346
- {
11347
- "type": "array",
11348
- "items": {}
11349
- },
11350
- {
11351
- "type": "object",
11352
- "additionalProperties": {}
11353
- }
11354
- ]
11355
- },
10648
+ "additionalProperties": true,
11356
10649
  "description": "Overrides for the `proxy` option block."
11357
10650
  },
11358
10651
  "rc": {
11359
10652
  "type": "object",
11360
- "additionalProperties": {
11361
- "oneOf": [
11362
- {
11363
- "type": "string"
11364
- },
11365
- {
11366
- "type": "number"
11367
- },
11368
- {
11369
- "type": "integer"
11370
- },
11371
- {
11372
- "type": "boolean"
11373
- },
11374
- {
11375
- "type": "array",
11376
- "items": {}
11377
- },
11378
- {
11379
- "type": "object",
11380
- "additionalProperties": {}
11381
- }
11382
- ]
11383
- },
10653
+ "additionalProperties": true,
11384
10654
  "description": "Overrides for the `rc` option block."
11385
10655
  },
11386
10656
  "restic": {
11387
10657
  "type": "object",
11388
- "additionalProperties": {
11389
- "oneOf": [
11390
- {
11391
- "type": "string"
11392
- },
11393
- {
11394
- "type": "number"
11395
- },
11396
- {
11397
- "type": "integer"
11398
- },
11399
- {
11400
- "type": "boolean"
11401
- },
11402
- {
11403
- "type": "array",
11404
- "items": {}
11405
- },
11406
- {
11407
- "type": "object",
11408
- "additionalProperties": {}
11409
- }
11410
- ]
11411
- },
10658
+ "additionalProperties": true,
11412
10659
  "description": "Overrides for the `restic` option block."
11413
10660
  },
11414
10661
  "s3": {
11415
10662
  "type": "object",
11416
- "additionalProperties": {
11417
- "oneOf": [
11418
- {
11419
- "type": "string"
11420
- },
11421
- {
11422
- "type": "number"
11423
- },
11424
- {
11425
- "type": "integer"
11426
- },
11427
- {
11428
- "type": "boolean"
11429
- },
11430
- {
11431
- "type": "array",
11432
- "items": {}
11433
- },
11434
- {
11435
- "type": "object",
11436
- "additionalProperties": {}
11437
- }
11438
- ]
11439
- },
10663
+ "additionalProperties": true,
11440
10664
  "description": "Overrides for the `s3` option block."
11441
10665
  },
11442
10666
  "sftp": {
11443
10667
  "type": "object",
11444
- "additionalProperties": {
11445
- "oneOf": [
11446
- {
11447
- "type": "string"
11448
- },
11449
- {
11450
- "type": "number"
11451
- },
11452
- {
11453
- "type": "integer"
11454
- },
11455
- {
11456
- "type": "boolean"
11457
- },
11458
- {
11459
- "type": "array",
11460
- "items": {}
11461
- },
11462
- {
11463
- "type": "object",
11464
- "additionalProperties": {}
11465
- }
11466
- ]
11467
- },
10668
+ "additionalProperties": true,
11468
10669
  "description": "Overrides for the `sftp` option block."
11469
10670
  },
11470
10671
  "vfs": {
11471
10672
  "type": "object",
11472
- "additionalProperties": {
11473
- "oneOf": [
11474
- {
11475
- "type": "string"
11476
- },
11477
- {
11478
- "type": "number"
11479
- },
11480
- {
11481
- "type": "integer"
11482
- },
11483
- {
11484
- "type": "boolean"
11485
- },
11486
- {
11487
- "type": "array",
11488
- "items": {}
11489
- },
11490
- {
11491
- "type": "object",
11492
- "additionalProperties": {}
11493
- }
11494
- ]
11495
- },
10673
+ "additionalProperties": true,
11496
10674
  "description": "Overrides for the `vfs` option block."
11497
10675
  },
11498
10676
  "webdav": {
11499
10677
  "type": "object",
11500
- "additionalProperties": {
11501
- "oneOf": [
11502
- {
11503
- "type": "string"
11504
- },
11505
- {
11506
- "type": "number"
11507
- },
11508
- {
11509
- "type": "integer"
11510
- },
11511
- {
11512
- "type": "boolean"
11513
- },
11514
- {
11515
- "type": "array",
11516
- "items": {}
11517
- },
11518
- {
11519
- "type": "object",
11520
- "additionalProperties": {}
11521
- }
11522
- ]
11523
- },
10678
+ "additionalProperties": true,
11524
10679
  "description": "Overrides for the `webdav` option block."
11525
10680
  },
11526
10681
  "_group": {
@@ -11575,11 +10730,6 @@
11575
10730
  "type": "string",
11576
10731
  "description": "Address and port to bind the server to, such as `:5572` or `localhost:8080`."
11577
10732
  },
11578
- "params": {
11579
- "type": "object",
11580
- "additionalProperties": true,
11581
- "description": "Additional arbitrary parameters allowed."
11582
- },
11583
10733
  "_config": {
11584
10734
  "type": "string",
11585
10735
  "description": "JSON encoded config overrides applied for this call only."
@@ -11597,11 +10747,7 @@
11597
10747
  "description": "Run the command asynchronously. Returns a job id immediately."
11598
10748
  }
11599
10749
  },
11600
- "required": [
11601
- "type",
11602
- "fs",
11603
- "addr"
11604
- ]
10750
+ "additionalProperties": true
11605
10751
  },
11606
10752
  "ServeStopRequest": {
11607
10753
  "type": "object",
@@ -11618,10 +10764,7 @@
11618
10764
  "type": "boolean",
11619
10765
  "description": "Run the command asynchronously. Returns a job id immediately."
11620
10766
  }
11621
- },
11622
- "required": [
11623
- "id"
11624
- ]
10767
+ }
11625
10768
  },
11626
10769
  "ServeStopallRequest": {
11627
10770
  "type": "object",
@@ -11656,11 +10799,6 @@
11656
10799
  "type": "string",
11657
10800
  "description": "Optional VFS identifier to target; required when more than one VFS is active."
11658
10801
  },
11659
- "params": {
11660
- "type": "object",
11661
- "additionalProperties": true,
11662
- "description": "Additional arbitrary parameters allowed."
11663
- },
11664
10802
  "_group": {
11665
10803
  "type": "string",
11666
10804
  "description": "Assign the request to a custom stats group."
@@ -11669,7 +10807,8 @@
11669
10807
  "type": "boolean",
11670
10808
  "description": "Run the command asynchronously. Returns a job id immediately."
11671
10809
  }
11672
- }
10810
+ },
10811
+ "additionalProperties": true
11673
10812
  },
11674
10813
  "VfsListRequest": {
11675
10814
  "type": "object",
@@ -11757,11 +10896,7 @@
11757
10896
  "type": "boolean",
11758
10897
  "description": "Run the command asynchronously. Returns a job id immediately."
11759
10898
  }
11760
- },
11761
- "required": [
11762
- "id",
11763
- "expiry"
11764
- ]
10899
+ }
11765
10900
  },
11766
10901
  "VfsRefreshRequest": {
11767
10902
  "type": "object",
@@ -11774,11 +10909,6 @@
11774
10909
  "type": "boolean",
11775
10910
  "description": "Set to true to refresh entire directory trees."
11776
10911
  },
11777
- "params": {
11778
- "type": "object",
11779
- "additionalProperties": true,
11780
- "description": "Additional arbitrary parameters allowed."
11781
- },
11782
10912
  "_group": {
11783
10913
  "type": "string",
11784
10914
  "description": "Assign the request to a custom stats group."
@@ -11787,7 +10917,8 @@
11787
10917
  "type": "boolean",
11788
10918
  "description": "Run the command asynchronously. Returns a job id immediately."
11789
10919
  }
11790
- }
10920
+ },
10921
+ "additionalProperties": true
11791
10922
  },
11792
10923
  "VfsStatsRequest": {
11793
10924
  "type": "object",
@@ -11821,10 +10952,7 @@
11821
10952
  "type": "boolean",
11822
10953
  "description": "Run the command asynchronously. Returns a job id immediately."
11823
10954
  }
11824
- },
11825
- "required": [
11826
- "url"
11827
- ]
10955
+ }
11828
10956
  },
11829
10957
  "PluginsctlGetPluginsForTypeRequest": {
11830
10958
  "type": "object",
@@ -11888,10 +11016,7 @@
11888
11016
  "type": "boolean",
11889
11017
  "description": "Run the command asynchronously. Returns a job id immediately."
11890
11018
  }
11891
- },
11892
- "required": [
11893
- "name"
11894
- ]
11019
+ }
11895
11020
  },
11896
11021
  "PluginsctlRemoveTestPluginRequest": {
11897
11022
  "type": "object",
@@ -11908,10 +11033,20 @@
11908
11033
  "type": "boolean",
11909
11034
  "description": "Run the command asynchronously. Returns a job id immediately."
11910
11035
  }
11911
- },
11912
- "required": [
11913
- "name"
11914
- ]
11036
+ }
11037
+ },
11038
+ "CoreDisksRequest": {
11039
+ "type": "object",
11040
+ "properties": {
11041
+ "_group": {
11042
+ "type": "string",
11043
+ "description": "Assign the request to a custom stats group."
11044
+ },
11045
+ "_async": {
11046
+ "type": "boolean",
11047
+ "description": "Run the command asynchronously. Returns a job id immediately."
11048
+ }
11049
+ }
11915
11050
  }
11916
11051
  }
11917
11052
  }