action contract_p_post_enrichment_resource { label: "post_enrichment_resource" provider: contract_p method: POST path: "/documents/enrich" encoding: json input: { type: "object" properties: {} } output: { type: "object" additionalProperties: true } }