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