mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-12 17:52:13 +02:00
Update MetadataRequest.java
This commit is contained in:
parent
a7738df3e1
commit
6acf3a8481
@ -73,7 +73,7 @@ public class MetadataRequest extends PDFFile {
|
|||||||
description = "The trapped status of the document",
|
description = "The trapped status of the document",
|
||||||
defaultValue = "False",
|
defaultValue = "False",
|
||||||
allowableValues = {"True", "False", "Unknown"},
|
allowableValues = {"True", "False", "Unknown"},
|
||||||
requiredMode = Schema.RequiredMode.REQUIRED)
|
requiredMode = Schema.RequiredMode.NOT_REQUIRED)
|
||||||
private String trapped;
|
private String trapped;
|
||||||
|
|
||||||
@Schema(
|
@Schema(
|
||||||
|
Loading…
Reference in New Issue
Block a user