{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://docs.delinea.com/online-help/secret-server/api-scripting/rest-api/schemas/AuthenticationFailedResponse", "title": "AuthenticationFailedResponse", "description": "Response object for authentication failures", "required": [ "message" ], "properties": { "message": { "description": "Error message", "type": "string" } }, "type": "object" }