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* 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"({ + "": "json representation of object" +})")); } if (all_keys || keys->count("objectinfo")) {