{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/tmdb/refs/heads/main/json-structure/tmdb-api-list-create-response-structure.json", "name": "ListCreateResponse", "description": "TMDB Lists \u2014 Create (200 payload).", "type": "object", "properties": { "status_message": { "type": "string", "examples": [ "The item/record was created successfully." ] }, "success": { "type": "boolean", "examples": [ true ], "default": true }, "status_code": { "type": "int32", "examples": [ 1 ], "default": 0 }, "list_id": { "type": "int32", "examples": [ 5861 ], "default": 0 } } }