PDFShift · Schema

Log

PDFHTML to PDFDocument ConversionScreenshotChromiumREST API

Properties

Name Type Description
success boolean
log object
View JSON Schema on GitHub

JSON Schema

log.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/pdfshift/refs/heads/main/json-schema/log.json",
  "title": "Log",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean"
    },
    "log": {
      "$ref": "#/components/schemas/LogObject"
    }
  }
}