{
  "$schema" : "https://json-schema.org/draft/2019-09/schema",
  "type" : "object",
  "properties" : {
    "ShowDetailsToEndUser" : {
      "type" : "boolean",
      "description" : "Shall the end user see detailed error information (stacktraces, detailed error reports, etc.)?\nBy default (false) we only show a unique 'Error Id'. This 'Error Id' can be used to find the error in the log files.\nFor security reasons, normal users should not see technical implementation details.\nBut in development or pre-production environments, it might be safe to show the full error details directly to the end user.",
      "default" : "false"
    }
  },
  "additionalProperties" : false
}
