{ "$schema": "https://json-structure.org/meta/core/v0/#", "title": "DeletedObject", "type": "object", "description": "Information about the deleted object.", "fields": [ { "name": "Key", "type": "string" }, { "name": "VersionId", "type": "string" }, { "name": "DeleteMarker", "type": "string" }, { "name": "DeleteMarkerVersionId", "type": "string" } ] }