action contract_p_get_document_reverse_resource { label: "get_document_reverse_resource" provider: contract_p method: GET path: "/documents/{document_id}/reverse/{page_range}" encoding: json output: { type: "object" additionalProperties: true } }