Apache PDFBox · JSON Structure

Apache Pdfbox Merge Request Structure

MergeRequest schema from Apache PDFBox

Type: object Properties: 2
Document ProcessingJavaPDFText ExtractionApacheOpen Source

MergeRequest is a JSON Structure definition published by Apache PDFBox, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

sourceDocumentIds outputTitle

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-pdfbox/refs/heads/main/json-structure/apache-pdfbox-merge-request-structure.json",
  "description": "MergeRequest schema from Apache PDFBox",
  "type": "object",
  "properties": {
    "sourceDocumentIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": [
        "doc-001",
        "doc-002"
      ]
    },
    "outputTitle": {
      "type": "string",
      "example": "Merged Document"
    }
  },
  "name": "MergeRequest"
}