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