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