{
  "@context": "https://schema.org",
  "@type": "DataCatalog",
  "name": "ManualAnswers bulk upload catalog",
  "description": "Machine-readable bulk manual upload workflow for submitting up to 20 manuals, source PDFs, scans, parts diagrams, model-label photos, or support documents with a source manifest.",
  "url": "https://manualanswers.com/upload-bulk/catalog.json",
  "primaryPage": "https://manualanswers.com/upload-bulk",
  "numberOfItems": 21,
  "sourceProof": {
    "brands": 3,
    "models": 6,
    "reviewedManuals": 6,
    "originalSourceUrls": 6,
    "plainTextExports": 6,
    "dishwasherModels": 2,
    "reviewedDishwasherManuals": 2,
    "dishwasherSourceSections": 2
  },
  "batchLimits": {
    "maxFilesPerBatch": 20,
    "preferredFileType": "application/pdf",
    "acceptedFileTypes": [
      "PDF",
      "scan",
      "image",
      "HTML export",
      "parts diagram",
      "model-label photo",
      "ZIP archive"
    ],
    "requiresManifest": true,
    "reviewBeforeIndexing": true
  },
  "manifestFields": [
    "file_name",
    "brand",
    "model_number",
    "manual_type",
    "source_url",
    "language",
    "notes"
  ],
  "acceptedInputs": [
    "manufacturer PDF",
    "support-page export",
    "installation guide",
    "quick-start guide",
    "parts diagram",
    "spec sheet",
    "warranty document",
    "model-label photo",
    "source correction batch"
  ],
  "publicationRules": [
    "Keep one manifest row per file so source, brand, model, manual type, language, and notes stay attached.",
    "Limit each submitted batch to 20 files or fewer.",
    "Deduplicate files against existing manuals, source URLs, model hubs, text exports, and source sections.",
    "Verify source authority, model match, ownership concerns, document type, and extraction quality before indexing.",
    "Publish only reviewed records as public manual pages, source downloads, text exports, answers, guides, codes, or parts."
  ],
  "workflowLinks": {
    "bulkUpload": "https://manualanswers.com/upload-bulk",
    "singleUpload": "https://manualanswers.com/upload",
    "submitSource": "https://manualanswers.com/submit",
    "requestManual": "https://manualanswers.com/request-manual",
    "contributionCenter": "https://manualanswers.com/contribute",
    "dishwasherContributionCenter": "https://manualanswers.com/dishwasher/contribute",
    "dishwasherGapQueue": "https://manualanswers.com/dishwasher/gaps",
    "manualFinder": "https://manualanswers.com/manual-finder",
    "sourcePolicy": "https://manualanswers.com/source-policy"
  },
  "relatedCatalogs": {
    "contribution": "https://manualanswers.com/contribute/catalog.json",
    "dishwasherContribution": "https://manualanswers.com/dishwasher/contribute/catalog.json",
    "downloads": "https://manualanswers.com/downloads/catalog.json",
    "manuals": "https://manualanswers.com/manuals/catalog.json",
    "textExports": "https://manualanswers.com/manuals/texts/catalog.json",
    "dishwasherGaps": "https://manualanswers.com/dishwasher/gaps/catalog.json",
    "dishwasherCoverage": "https://manualanswers.com/dishwasher/coverage/catalog.json"
  },
  "distribution": {
    "@type": "DataDownload",
    "encodingFormat": "application/json",
    "contentUrl": "https://manualanswers.com/upload-bulk/catalog.json"
  }
}