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