{ "type": "object", "name": "UpdateCredentialRequest", "properties": { "externalCredential": { "type": "string" }, "authenticationProtocol": { "type": "string" }, "principalName": { "type": "string" }, "principalType": { "type": "string" }, "credentials": { "type": "object", "properties": { "testCredential": { "type": "object", "properties": { "value": { "type": "string" }, "encrypted": { "type": "boolean" } }, "required": [ "value", "encrypted" ] } }, "required": [ "testCredential" ] } }, "required": [ "externalCredential", "authenticationProtocol", "principalName", "principalType", "credentials" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }