Apache PDFBox · Schema

SignRequest

SignRequest schema from Apache PDFBox

Document ProcessingJavaPDFText ExtractionApacheOpen-Source

Properties

Name Type Description
keystorePath string
password string
reason string
location string
View JSON Schema on GitHub

JSON Schema

apache-pdfbox-sign-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-pdfbox/refs/heads/main/json-schema/apache-pdfbox-sign-request-schema.json",
  "title": "SignRequest",
  "description": "SignRequest schema from Apache PDFBox",
  "type": "object",
  "properties": {
    "keystorePath": {
      "type": "string",
      "example": "keystore.p12"
    },
    "password": {
      "type": "string",
      "example": "keystore-password"
    },
    "reason": {
      "type": "string",
      "example": "Document approval"
    },
    "location": {
      "type": "string",
      "example": "San Francisco, CA"
    }
  }
}