Skip to content

Update json/endToEndEncryption.json#831

Merged
Flobul merged 1 commit intomasterfrom
update-endToEndEncryption.json
Mar 25, 2026
Merged

Update json/endToEndEncryption.json#831
Flobul merged 1 commit intomasterfrom
update-endToEndEncryption.json

Conversation

@github-actions
Copy link
Copy Markdown

Automated update for json/endToEndEncryption.json

diff --git a/json/endToEndEncryption.json b/json/endToEndEncryption.json
index aeda009e..d102168d 100644
--- a/json/endToEndEncryption.json
+++ b/json/endToEndEncryption.json
@@ -5,11 +5,49 @@
     "name": "End to End Encryption",
     "ephemeral": true,
     "attributes": {
+        "error": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "object",
+                        "schema": {
+                            "type": "object",
+                            "additionalProperties": false,
+                            "properties": {
+                                "code": {
+                                    "type": "integer"
+                                },
+                                "reason": {
+                                    "type": "string"
+                                },
+                                "clientId": {
+                                    "title": "String",
+                                    "type": "string",
+                                    "maxLength": 255
+                                }
+                            },
+                            "required": [
+                                "code",
+                                "reason",
+                                "clientId"
+                            ]
+                        }
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value"
+                ]
+            },
+            "enumCommands": []
+        },
         "nonce": {
             "schema": {
                 "type": "object",
                 "properties": {
                     "value": {
+                        "type": "object",
                         "schema": {
                             "type": "object",
                             "additionalProperties": false,
@@ -42,6 +80,7 @@
                 "type": "object",
                 "properties": {
                     "value": {
+                        "type": "object",
                         "schema": {
                             "type": "object",
                             "additionalProperties": false,

@sonarqubecloud
Copy link
Copy Markdown

@Flobul Flobul merged commit bd356e4 into master Mar 25, 2026
2 checks passed
@Flobul Flobul deleted the update-endToEndEncryption.json branch March 25, 2026 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant