action xtrf_get_finance { label: "Returns finance of a given project." description: "Returns finance of a given project." provider: xtrf method: GET path: "/projects/{projectId}/finance" encoding: json input: { type: "object" properties: { projectId: { type: "string" } } required: ["projectId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }