aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libqpdf/QPDFJob.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libqpdf/QPDFJob.cc b/libqpdf/QPDFJob.cc
index 95a40103..4676d872 100644
--- a/libqpdf/QPDFJob.cc
+++ b/libqpdf/QPDFJob.cc
@@ -1474,9 +1474,9 @@ QPDFJob::json_schema(std::set<std::string>* keys)
if (all_keys || keys->count("objects"))
{
schema.addDictionaryMember(
- "objects", JSON::makeString(
- "dictionary of original objects;"
- " keys are 'trailer' or 'n n R'"));
+ "objects", JSON::parse(R"({
+ "<n n R|trailer>": "json representation of object"
+})"));
}
if (all_keys || keys->count("objectinfo"))
{