{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/lists_list-delete-response-collection", "title": "lists_list-delete-response-collection", "allOf": [ { "$ref": "#/components/schemas/lists_api-response-collection" }, { "properties": { "result": { "properties": { "id": { "$ref": "#/components/schemas/lists_item_id" } }, "type": "object" } }, "type": "object" } ], "type": "object" }