action truora_create_pdf { label: "Create PDF" description: "Creates a PDF containing the background check results." provider: truora method: POST path: "/v1/checks/{check_id}/pdf" encoding: json input: { type: "object" properties: { check_id: { type: "string" } } required: ["check_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }