{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/delete_response", "title": "Deleted Object", "description": "Deleted object information", "properties": { "id": { "description": "Object ID", "format": "uuid", "type": "string" }, "resource": { "description": "The resource name", "type": "string" } }, "type": "object" }