{ "type": "object", "description": "Request body for GDPR deletion", "name": "GdprDeleteRequest", "properties": { "objectId": { "type": "string", "description": "The ID of the call to permanently delete" }, "idProperty": { "type": "string", "description": "The property used as the identifier" } }, "required": [ "objectId" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }