{ "type": "object", "name": "SuccessfulGetCredential", "properties": { "authenticationProtocol": { "type": "string" }, "authenticationProtocolVariant": { "type": "string" }, "authenticationStatus": { "type": "string" }, "credentials": { "type": "object" }, "externalCredential": { "type": "string" }, "principalName": { "type": "string" }, "principalType": { "type": "string" } }, "required": [ "authenticationProtocol", "authenticationProtocolVariant", "authenticationStatus", "credentials", "externalCredential", "principalName", "principalType" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }