{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/pdfshift/refs/heads/main/json-schema/errors.json", "title": "Errors", "type": "object", "properties": { "success": { "type": "boolean" }, "errors": { "type": "object" }, "code": { "type": "integer", "format": "int32" } } }