{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DeletedObjects", "type": "array", "items": { "type": "object", "properties": { "Key": {}, "VersionId": {}, "DeleteMarker": {}, "DeleteMarkerVersionId": {} }, "description": "Information about the deleted object." } }