{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DeleteFileResponse", "title": "DeleteFileResponse", "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "object": { "type": "string", "enum": [ "file" ] }, "deleted": { "type": "boolean" } } }