diff --git a/models/csharp/dock/BucketModel.cs b/models/csharp/dock/BucketModel.cs index 6653e97..31ec057 100644 --- a/models/csharp/dock/BucketModel.cs +++ b/models/csharp/dock/BucketModel.cs @@ -4,6 +4,5 @@ public struct BucketModel { public string Token; - public string Bucket; public string Password; } diff --git a/models/csharp/dock/LoadModel.cs b/models/csharp/dock/LoadModel.cs index d55b51e..f33bb7a 100644 --- a/models/csharp/dock/LoadModel.cs +++ b/models/csharp/dock/LoadModel.cs @@ -3,6 +3,5 @@ public struct LoadModel { - public string Bucket; public string Password; } diff --git a/models/csharp/dock/SaveModel.cs b/models/csharp/dock/SaveModel.cs index 77bf56c..e7256dd 100644 --- a/models/csharp/dock/SaveModel.cs +++ b/models/csharp/dock/SaveModel.cs @@ -3,6 +3,5 @@ public struct SaveModel { - public string Bucket; public string Password; } diff --git a/models/schemas/dock/BucketModel.json b/models/schemas/dock/BucketModel.json index 4c462e5..b2335e9 100644 --- a/models/schemas/dock/BucketModel.json +++ b/models/schemas/dock/BucketModel.json @@ -1 +1 @@ -{"properties": {"Token": {"title": "Token", "type": "string"}, "Bucket": {"title": "Bucket", "type": "string"}, "Password": {"title": "Password", "type": "string"}}, "required": ["Token", "Bucket", "Password"], "title": "BucketModel", "type": "object"} \ No newline at end of file +{"properties": {"Token": {"title": "Token", "type": "string"}, "Password": {"title": "Password", "type": "string"}}, "required": ["Token", "Password"], "title": "BucketModel", "type": "object"} \ No newline at end of file diff --git a/models/schemas/dock/LoadModel.json b/models/schemas/dock/LoadModel.json index bc86bb5..6f4d197 100644 --- a/models/schemas/dock/LoadModel.json +++ b/models/schemas/dock/LoadModel.json @@ -1 +1 @@ -{"properties": {"Bucket": {"title": "Bucket", "type": "string"}, "Password": {"title": "Password", "type": "string"}}, "required": ["Bucket", "Password"], "title": "LoadModel", "type": "object"} \ No newline at end of file +{"properties": {"Password": {"title": "Password", "type": "string"}}, "required": ["Password"], "title": "LoadModel", "type": "object"} \ No newline at end of file diff --git a/models/schemas/dock/SaveModel.json b/models/schemas/dock/SaveModel.json index 5ab1e3d..54f3e52 100644 --- a/models/schemas/dock/SaveModel.json +++ b/models/schemas/dock/SaveModel.json @@ -1 +1 @@ -{"properties": {"Bucket": {"title": "Bucket", "type": "string"}, "Password": {"title": "Password", "type": "string"}}, "required": ["Bucket", "Password"], "title": "SaveModel", "type": "object"} \ No newline at end of file +{"properties": {"Password": {"title": "Password", "type": "string"}}, "required": ["Password"], "title": "SaveModel", "type": "object"} \ No newline at end of file