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