{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/pdfshift/refs/heads/main/json-schema/logobject.json", "title": "LogObject", "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "duration": { "type": "integer", "format": "int32" }, "executed": { "type": "integer", "format": "int64" }, "credits": { "type": "integer", "format": "int32" }, "sandbox": { "type": "boolean" }, "filesize": { "type": "integer", "format": "int32" }, "error": { "type": "string", "default": null }, "code": { "type": "integer", "format": "int32" }, "user_agent": { "type": "string", "default": null }, "request_id": { "type": "string" }, "query": { "type": "string", "default": null } } }