{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/tmdb/refs/heads/main/json-structure/tmdb-api-authentication-validate-key401response-structure.json", "name": "AuthenticationValidateKey401Response", "description": "TMDB Authentication \u2014 Validate Key (401 payload).", "type": "object", "properties": { "status_code": { "type": "int32", "examples": [ 7 ], "default": 0 }, "status_message": { "type": "string", "examples": [ "Invalid API key: You must be granted a valid key." ] }, "success": { "type": "boolean", "examples": [ false ], "default": true } } }