{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/tmdb/refs/heads/main/json-schema/tmdb-api-list-delete-response-schema.json", "title": "ListDeleteResponse", "description": "TMDB Lists \u2014 Delete (200 payload).", "type": "object", "properties": { "status_code": { "type": "integer", "examples": [ 12 ], "default": 0 }, "status_message": { "type": "string", "examples": [ "The item/record was updated successfully." ] } } }