action contract_p_get_document_page_image_resource { label: "get_document_page_image_resource" provider: contract_p method: GET path: "/documents/{document_id}/page/{page_range}" encoding: json output: { type: "object" additionalProperties: true } }