{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://docxodus.dev/contracts/export-resource-limits/v1",
  "schemaVersion": 1,
  "defaults": {
    "compressedDocxBytes": 104857600,
    "opcEntries": 10000,
    "expandedOpcBytes": 1073741824,
    "xmlPartBytes": 33554432,
    "opcUriCharacters": 2048,
    "opcCompressionRatio": 1000,
    "htmlOutputBytes": 268435456,
    "pdfOutputBytes": 268435456,
    "pageMapOutputBytes": 268435456,
    "renderReportOutputBytes": 268435456,
    "pdfParserExpandedBytes": 1073741824,
    "finalPages": 10000,
    "domNodes": 1000000,
    "automaticResources": 10000,
    "automaticResourceBytes": 268435456,
    "renderDiagnostics": 10000,
    "fontDirectoryEntries": 10000,
    "fontFiles": 1000,
    "fontFileBytes": 33554432,
    "fontTotalBytes": 134217728,
    "fontRequests": 4096,
    "fontSampleCodePoints": 65536
  },
  "hardCeilings": {
    "compressedDocxBytes": 104857600,
    "opcEntries": 10000,
    "expandedOpcBytes": 1073741824,
    "xmlPartBytes": 33554432,
    "opcUriCharacters": 2048,
    "opcCompressionRatio": 1000,
    "htmlOutputBytes": 536870912,
    "pdfOutputBytes": 536870912,
    "pageMapOutputBytes": 536870912,
    "renderReportOutputBytes": 536870912,
    "pdfParserExpandedBytes": 2147483648,
    "finalPages": 100000,
    "domNodes": 2000000,
    "automaticResources": 100000,
    "automaticResourceBytes": 536870912,
    "renderDiagnostics": 100000,
    "fontDirectoryEntries": 100000,
    "fontFiles": 10000,
    "fontFileBytes": 67108864,
    "fontTotalBytes": 536870912,
    "fontRequests": 16384,
    "fontSampleCodePoints": 262144
  },
  "timeoutMs": {
    "default": 120000,
    "hardCeiling": 600000
  }
}
